MIGRATED-PAGES‎ > ‎

OpenSSL Installation(MIGRATED)

http://wavelet.asia/customer-portal/?p=7560

You shouldn't have to do this if you are using most of the popular linux distributions because OpenSSL comes together with the linux distributions.

However, if OpenSSL  does not come with the linux CD, or if you do not want to use the default OpenSSL that comes with the distribution, you can always install it yourself.

 

 

 

###############################################

## A) INSTALL OPENSSL for Redhat AS3 only

###############################################

# Download openssl files (approx. 14.3MB)

# wget http://www.openssl.org/source/openssl-0.9.7d.tar.gz

gunzip openssl-0.9.7d.tar.gz

tar xvf openssl-0.9.7d.tar

cd openssl-0.9.7d

./config

make

make test

make install

cd ..

Comments