wget http://www.openssl.org/source/openssl-0.9.7d.tar.gz
tar zxf openssl-0.9.7d.tar.gz
cd openssl-0.9.7d
./configure –prefix=/usr
make
make test
make install
./configure
make
make test
make install