The problem is likely that when you ran "configuration", prior to running
the Apache build did not find the new version of "ssl".

I would examine what directive you gave to configure to indicate the location 
of SSL.
.. mine is: 
                --with-ssl=/usr/local/dms/openssl.1.0.0e



From: Joe Hansen [mailto:joe.hansen...@gmail.com] 
Sent: Monday, January 28, 2013 4:01 PM
To: users@httpd.apache.org
Subject: [users@httpd] How to build Apache with latest version of OpenSSL

built and installed OpenSSL 1.0.1c on a RedHat linux box. 
$ openssl version
OpenSSL 1.0.1c 10 May 2012
I then compiled and installed Apache HTTP Server (version 2.2.23 with mod_ssl).
$ lwp-request -m HEAD myexample.com
200 OK
Connection: close
Date: Thu, 17 Jan 2013 20:29:44 GMT
Server: Apache/2.2.23 (Unix) mod_ssl/2.2.23 OpenSSL/1.0.0-fips mod_jk/1.2.37
As you can see from above output, Apache isn't using the latest version of 
OpenSSL install on this machine. Why? How do I fix that?
The reason I need this is that for our server to be PCI compliant, it should be 
using the latest version of OpenSSL.
Thanks for your help!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to