How to upgrade openssl for cpanel’s easyapache

Posted by HostsVault | Posted in How-To's | Posted on 06-04-2009-05-2008

0

On some old systems like centos 4.5, 4.7 openssl will need to be upgraded to newest version
Here are the steps to upgrade :

cd /usr/src
wget http://www.openssl.org/source/openssl-0.9.8k.tar.gz
tar -xvzf openssl-0.9.8k.tar.gz
cd openssl-0.9.8k
./config --prefix=/opt/openssl shared
make;make test;make install
VN:F [1.9.13_1145]
Rating: 10.0/10 (4 votes cast)
VN:F [1.9.13_1145]
Rating: +2 (from 2 votes)
How to upgrade openssl for cpanel's easyapache, 10.0 out of 10 based on 4 ratings

Write a comment