On Thu, May 25, 2006 at 10:06:51AM -0500, Schultz, Gary - COMM wrote:
> ./configure --enable-so --enable-ssl --with-ssl=/ssl (plus any other
> options)
>
> I think the key is the --with-ssl=(ssl directory) option. You probably could
> install openssl in the default location and set --with-ssl to
Should have added, I built on PCLinuxOS 0.93 Mini Me.
From: Schultz, Gary - COMM Sent:
Thursday, May 25, 2006 10:07 AMTo:
'users@httpd.apache.org'Subject: RE: [EMAIL PROTECTED] configure:
error: OpenSSL headers not found Apache 2.0.58
Initially, I had the same problem w
Initially, I had the same problem when I installed openssl
in the default location, /usr/local/ssl. I decided to build apache with ssl
installed in a non-default location and configured Apache to use ssl from this
location. For example, configure openssl as such:
./config --prefix=/ssl --op