OpenSSL
From Douglas Hunley
Installing OpenSSL on your Linux workstation is easy and is of great benefit as many applications can be configured to utilize OpenSSL.
The steps to install it are as follows:
tar zxvf openssl-0.96b.tar.gzcd openssl-0.96bperl util/perlpath.pl `which perl`./config --prefix=/usr --openssldir=/usr/ssl
sharedmakerpm -q -a | grep openssl | while read
linedorpm -e --nodeps $linedonemake installldconfig -vEnjoy your new OpenSSL libraries!
|
|
|