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:
Great boss!!! you save my time...many thanks....
Hi Cedric, I need to contact you for a business proposal.
Post a Comment