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
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 /
> 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