I have made sure that the --with-ssl
points to the 1.0.1e, FYI i also have another system binary
installed which is openssl-0.9.7d.
I have included the source of apr and apr-utils under apache srclib. Apache-2.4.6 builds fine but Apache-2.4.7 throws out that error. when i compared both version ssl_private.h file, this is what i found. 108,109c108,109 < #if (OPENSSL_VERSION_NUMBER < 0x0090700f) < #error mod_ssl requires OpenSSL 0.9.7 or later --- > #if (OPENSSL_VERSION_NUMBER < 0x0090801f) > #error mod_ssl requires OpenSSL 0.9.8a or later So, why is the configure taking openssl-0.9.7d even though i have specified --with-ssl option to openssl-1.0.1e ? i have double checked the directory path for openssl-1.0.1e and it returns OpenSSL 1.0.1e-fips 11 Feb 2013. Regards, AbdulOn 12/16/2013 2:18 PM, Otis Dewitt - NOAA Affiliate wrote:
|