Updating Openssl

Giganews Newsgroups
Subject:Updating Openssl
Posted by: Ritesh (rsan…@gmail.com)
Date:Wed, 22 Dec 2010

I am running a redhat EL5 server. It has apache 2.2.16 with mod_ssl /
openssl 0.9.8e installed

I just updated the Openssl to 0.9.8q. But the Apache server still
shows as using the older version of Openssl.

(Apache/2.2.16 (Unix) mod_ssl/2.2.16 OpenSSL/0.9.8e-fips-rhel5 PHP/
5.2.14)

Any suggestion?

I installed openssl as below

../config --prefix=/usr
make
make install

Replies