DO you have mod_ssl installed? Or any other module that uses Apache's
E(extended)API ?
You need to reconfig/compile the php mod with EAPI... I included the
relevent lines from my php RPM. The CFLAGS is (AFAIK) flags you pass to the
c compiler when building the module. You need at least the -DEAPI. This will
work with some changes to the prefix & your own options if you work with
tarballs.
I actually had apache segment when I tried to use PHP, so I think you may
wish to do this.
Do you know C? The -D passes a define to the compiler via commandline.
Hope this helps. I had to look on alot of newsgroups before I found this
out.
CFLAGS="-DEAPI -fPIC" ./configure --prefix=%{_prefix} \
--with-apxs=%{_prefix}/sbin/apxs \
--with-config-file-path=/etc/httpd \
--enable-safe-mode \
--with-exec-dir=%{_prefix}/bin \
--with-system-regex \
--disable-debug \
--with-mysql \
--enable-debugger \
--enable-track-vars \
--with-ftp
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of r00t the
LiNuXeRRR
Sent: Wednesday, May 31, 2000 1:58 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: About HTTPD ...
Is anyone who can tell me why my Apache server is giving me this:
May 31 08:54:31 lcjdap httpd: httpd shutdown succeeded
May 31 08:54:32 lcjdap httpd: [Wed May 31 08:54:32 2000] [warn] Loaded DSO
modules/mod_php.so uses plain Apache 1.3 API, this module might crash
under EAPI! (please recompile it with -DEAPI)
May 31 08:54:32 lcjdap httpd:
May 31 08:54:33 lcjdap httpd: [Wed May 31 08:54:33 2000] [warn] Loaded DSO
modules/libphp3.so uses plain Apache 1.3 API, this module might crash
under EAPI! (please recompile it with -DEAPI)
May 31 08:54:33 lcjdap httpd:
May 31 08:54:38 lcjdap httpd: httpd startup succeeded
The modules is too old?
Thanx,
Cosmin
-====---====---====---====---====---====---====---====---====---====---====-
to unsubscribe email "unsubscribe linux-admin" to
[EMAIL PROTECTED]
See the linux-admin FAQ: http://www.kalug.lug.net/linux-admin-FAQ/