On Wed, Jul 25, 2012 at 04:56:48PM -0700, Fleishman.Mark wrote:
> I compiled openssl 0.9.8x using these options, and it compiled and installed 
> ok:
> ./config --prefix=/apps/openssl/0.9.8x 
> --openssldir=/apps/openssl/0.9.8x/openssl shared
> 
> Here are the compile options I am using with httpd 2.2.11:
> 
> "./configure" \
> "--prefix=/apps/apache/2.2.11_64" \
> "--enable-so" \
> "--enable-ssl" \
> "-with-ldap" \
> "--enable-mods-shared=all" \
> "--with-ssl=/apps/openssl/1.0.0x/" \
> "--with-mpm=worker" \
> "$@"
> 
> Any assistance would be appreciated.

Well, it does appear at first glance that you are not configuring apache
to use the openssl version you have just compiled. If you change the
argument to --with-ssl to be the correct path, that may be all you need.

HTH,

Pete
-- 
Openstrike - improving business through open source
http://www.openstrike.co.uk/ or call 01722 770036 / 07092 020107

Attachment: pgp9EpYuvDSEA.pgp
Description: PGP signature

Reply via email to