Thursday, August 21, 2008

Installing openssl on 32bit Solaris 10 with gcc

Here is how to install openssl on Solaris 10 running on a 32 bit machine.

Prerequisites:
gcc 3.4.6 installed

Installation steps
1) Download openssl source from http://www.openssl.org/source/
2) Unzip and untar the file. e.g.
gzcat openssl-0.9.8h.tar.gz | tar -xpf -

3) cd to openssl directory e.g.
cd openssl-0.9.8h

4) Run configure e.g.
./Configure -shared solaris-x86-gcc

5) Run make
make

6) Run make install
make install


OpenSSL will then be installed

2 comments:

Anonymous said...

Great boss!!! you save my time...many thanks....

Unknown said...

Hi Cedric, I need to contact you for a business proposal.