To my knowledge, --with-openssl is not configuration flag. When compiling 
2.4.X, the following has worked for me.

--enable-ssl=shared
--with-ssl=/path/to/openssl

For example, I install OpenSSL to /my/application/support and my --with-ssl 
argument looks like this: --with-ssl=/my/application/support. As for the 
--enable-ssl=shared, I like to build shared objects (modules), however, you may 
use --enable-ssl and it'll be built statically (as in compiled into the httpd 
binary).

James


>---- Original Message ----
>From: John Iliffe <[email protected]>
>To: [email protected]
>Sent: Thu, Apr 19, 2012, 2:56 PM
>Subject: Re: [users@httpd] Conversion 2.2.14 -> 2.4.1 still problems
>
>Thanks.  I pick that up tonight.
>
>That puts me back to square one!
>
>One thing I noticed but as it doesn't seem to make any immediate difference
>I didn't report it:  I installed OpenSSL 1.0.1 and configured Apache as:
>
>--with-openssl=<path to openssl-1.0.1>
>
>but the start up messages from Apache in the log attached to my note show
>it is starting with openssl 0.9.8e.  This is the version included with the 
>operating system but not the version I linked it to.
>
>Any ideas?
>
>John
>============================================
>On Thursday 19 April 2012 14:33:08 William A. Rowe Jr. wrote:
>> As mentioned on this list, 2.4.2 was just released.  You will want to
>> pick up that update.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [email protected]
>For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to