I am trying to build Apache 1.3.29 on Fedora to use with mod_ssl and PHP5. After having built this all with no apparent problems I see this error message in the Apache error_log on startup:

[Mon Jun 6 06:32:21 2005] [warn] Loaded DSO libexec/libphp5.so uses plain Apache 1.3 API,
   this module might crash under EAPI! (please recompile it with -DEAPI)

Ok, so I went back and changed the configuration for mod_ssl (mod_ssl-2.8.16-1.3.29) so that it would configure Apache to use the -DEAPI switch, e.g.:

./configure \
       --with-apache=../apache_1.3.29 \
       --with-ssl=../openssl-0.9.7c \
       --prefix=/usr/local/apache \
       --enable-module=so \
       --disable-rule=EAPI

That seemed to work ok, and when I make Apache I see lines like this for gcc so sure looks like the switch is being applied:

   gcc -c  -I./os/unix -I./include   -DLINUX=22 -DMOD_SSL=208116
   -DUSE_HSREGEX -DEAPI `./apaci` modules.c

Then I re-installed PHP5 and configured it again to use this Apache, but I am still seeing this warning in the startup log. So I was hoping that someone here perhaps has seen this error before and has a clue as what it is about? :)

Thanks in advance,

Lawrence Kennon
www.theNewAgeSite.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to