On Tuesday 18 February 2003 22.01, Robert Collins wrote: > On Wed, 2003-02-19 at 07:31, John Peak wrote: > > - I have OpenSSL 0.9.6 installed and the header files are > > definately in /usr/local/include. I have checked and rechecked > > this numerous times. - Specifying the "--with-openssl" does not > > seem to help. I have tried the following configurations with the > > same result: > > ./configure --enable-ssl > > --with-openssl=/usr/include/openssl ./configure --enable-ssl > > --with-openssl=/usr/include/openssl > > So, ssl in /usr/local/include : configure with > --with-openssl=/usr/local/include/openssl.
Actually it whould then be --with-openssl=/usr/local. The --with-openssl option wants the prefix of the OpenSSL installation, not the location of the headers. Regards Henrik
