Here's the error:
[Fri Jun 22 12:05:27 2001] [warn] Loaded DSO libexec/libphp4.so uses plain
Apache 1.3 API, this module might crash under EAPI! (please recompile it
with -DEAPI)
How do I fix it? Here's my ./configure for PHP:
'./configure' '--with-apache=../apache_1.3.20' '--with-mysql'
'--with-msql=/usr/local/Hughes' '--with-mcrypt=/usr/local/lib/libmcrypt'
'--with-xml' '--with-mhash=/usr/local/lib' '--disable-debug'
'--enable-track-vars'
Here's my ./configure for apache:
SSL_BASE=../openssl-0.9.6a
./configure --enable-module=ssl --enable-shared=ssl --activate-module=src/mo
dules/php4/libphp4.a --enable-module=php4 --enable-module=rewrite --enable-s
hared=rewrite --enable-module=cgi --enable-shared=cgi --enable-module=includ
e --enable-shared=include --prefix=/usr/local/apache
Thanks everyone,
Tyler