Downloading and updating the SSL.
cd /usr/src
wget http://www.openssl.org/source/openssl-1.0.1g.tar.gz
tar -zxf openssl-1.0.1g.tar.gz
cd openssl-1.0.1g
./config shared
make
make test
make install
cd /usr/src
rm -rf openssl-1.0.1g.tar.gz
rm -rf openssl-1.0.1g
to over write the current open ssl use the following config mode .
./config --prefix=/usr --openssldir=/usr/local/openssl shared
No comments:
Post a Comment