Showing posts with label openssl. Show all posts
Showing posts with label openssl. Show all posts

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