|
From: Geoff H. <ghu...@ws...> - 2002-08-20 19:27:13
|
Several people have complained that the 3.2 SSL support doesn't always compile when using the configure flag --with-ssl=/path/to/openssl because the configure script can't find the ssl.h header. Attached is a patch that should fix this--it's a bit large because I've had to update configure/configure.in, etc. I also switched from using HAVE_SSL_H to "turn on" the SSL code to HAVE_SSL, which works more reliably. I'm still investigating why the ssl.h header isn't always discovered by the configure script. (I think it doesn't add the include path to search until the Makefiles are written.) Please let me know if it works for you. -Geoff |