wget http://www.openssl.org/source/openssl-1.0.1q.tar.gz
tar zxvf openssl-1.0.1q
cd openssl-1.0.1q
./config shared
make && make install