Re: [EMAIL PROTECTED] configure: error: OpenSSL headers not found Apa che 2.0.58

2006-05-26 Thread Rainer Sokoll
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

RE: [EMAIL PROTECTED] configure: error: OpenSSL headers not found Apa che 2.0.58

2006-05-25 Thread Schultz, Gary - COMM
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

RE: [EMAIL PROTECTED] configure: error: OpenSSL headers not found Apa che 2.0.58

2006-05-25 Thread Schultz, Gary - COMM
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