Re: [EMAIL PROTECTED] Re: Error with ssl and php4

2005-10-10 Thread Joe Orton
On Fri, Oct 07, 2005 at 03:46:13PM +, Com Puter wrote: > The openssl libraries are installed and can be verified with a static > version of mod-ssl compiled in by checking the output of: > > lsof |grep libssl > > which returns several apache2 processes having /usr/lib/libssl.so.0.9.7 > open

RE: [EMAIL PROTECTED] Re: Error with ssl and php4

2005-10-07 Thread Com Puter
like the libssl .so is not being made available to the included loadmodule processes. HELP!! From: "Joost de Heer" <[EMAIL PROTECTED]> Subject: [EMAIL PROTECTED] Re: Error with ssl and php4 Date: Fri, 7 Oct 2005 11:00:36 +0200 (CEST) > Syntax error on line 1 of /

[EMAIL PROTECTED] Re: Error with ssl and php4

2005-10-07 Thread Joost de Heer
> Syntax error on line 1 of /etc/apache2/mods-enabled/ssl.load: > Cannot load /usr/lib/apache2/modules/mod_ssl.so into server: > /usr/lib/apache2/modules/mod_ssl.so: undefined symbol: SSL_get_error Did you install the openssl libraries? Joost