Wari Wahab wrote:
> ;) "I did all sorts of --with-ssl-includes" was ment to be plural ;) If
> you misspelled anything, the ./configure would stop at an unknown options
> right? Sorry. FYI, it did find the correct
> /usr/local/squid/ssl/include/openssl/ssl.h and then craps on the rests as
> one of the lines point to "#include <openssl/safestack.h>" and if you look
> at all the #include in the openssl directory, every one maps to
> <openssl/whatever.h> file..
Ok. You might want to try again.
cvs update
autoconf
autoheader
./configure --prefix=... --enable-ssl=/usr/local/squid/ssl ...
make install
The new argument to --enable-ssl is the prefix of the OpenSSL
installation. The other two configure options are still there in case
you need to specify it in more detail, only change is the
--with-ssl-include= option which now takes the path to the include
directory, not include/openssl.
-- Henrik Nordstrom Squid hackerReceived on Sat Jul 01 2000 - 14:12:04 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:12:31 MST