When I add php4 to the stock Apache it will not stay running. There is
nothing in the error log.

I really hope someone can help with this one.

rpm -e mod_perl
rpm -e apache
rpm -Uvh ...apache-1.3.12-2.src.rpm
rpm -Uvh ...mod_perl-1.21-10.i386.rpm
start, test (ok), stop httpd

get latest stable mysql rpms
install, and test .. ok

get latest php4 from php.net, bcmath, and gd

cd /usr/src/php4
make clean
./configure \
 --with-apxs=/usr/sbin/apxs \
 --with-config-file-path=/etc/httpd/conf \
 --enable-versioning \
 --with-mysql=/usr \
 --enable-ftp \
 --with-gd=/usr/src/gd-1.8.3 \
 --enable-bcmath=yes \
 --disable-debug \
 --enable-memory-limit=yes \
 --enable-track-vars

make, make install.

edit /etc/httpd/conf/http.conf
  change path of libphp4.so to modules
  move the loadmodule to under the commented php3 loadmodule
  move the addmodule to under the commented out php3 add module

/etc/rc.d/init.d/httpd start
get the Green OK
ps augxw | grep http

httpd is NOT running,

NOTHING in /var/log/httpd/error_log

/var/log/messages has stop and start as being OK

I'm really going nuts on this one.

TIA !!!!

-pete



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to