I've tried several different ways of compiling and installing PHP 4 with Apache 1.3.12, MySQL 3.22.32 and gcc 2.95.2
I've tried:
./configure --with-mysql --with-apxs
and
./configure --with-mysql=/usr/local --with-apxs
and even
./configure --without-mysql --with-apxs
In each case I had no problems building PHP. However, httpd consistently core dumps on startup if I add the php library to the httpd.conf file (or should I say I let the install do it for me).
Any thoughts on how I should proceed? Without PHP both Apache and MySQL seem to work just fine.
Joe