Klosa Uwe wrote:
> 
> I've got a problem with the installation of mod_ssl.
> I'm using Apache 1.3.24, mod_ssl-2.8.8-1.3.24 and mm-1.1.3.
> I'm configuring apache with
> 
> EAPI_MM="../mm-1.1.3" \
> ./configure \
> "--with-layout=RedHat7" \
> "--enable-module=most" \
> "--enable-module=auth_digest" \
> "--enable-module=ssl" \
> "--disable-module=auth_dbm" \
> "--disable-module=auth_anon" \
> "--enable-shared=max" \
> "--manualdir=/var/www/apache" \
> "$@"
> 
> After a make and make install, a apachectl configtest creates
> several errors, which wants me do recompile several modules
> with the -DEAPI. But this modules was compiled with -DEAPI.

You understand that apache needs the extended API (EAPI) to allow
mod_ssl to hook into the openssl library functions? So that's why you
always need to recompile apache if you want to use mod_ssl.

Are you 100% certain you are not trying to load a module which has not
been recompiled with EAPI? (i.e. to prove it - post the "ls -l" of httpd
and all modules in the modules directory).

Rgds,

Owen Boyle.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to