PHP configure:
./configure --prefix=/usr \
--with-mysql=/usr/mysql \
--with-apache=../apache_1.3.12 \
--enable-calendar --enable-track-vars \
--with-zlib=../zlib --enable-ftp \
--with-gnu-ld --with-png
Apache configure:
./configure --prefix=/usr \
--activate-module=src/modules/php4/libphp4.module \
<! have also tried libmodphp4.a !>
--enable-module=most --enable-shared=max
Also noticed, it did build a libphp4.so when given libmodphp4.a, however the httpd.conf is then not set up for the correct file. When I modified it to use libphp4.so, it found it but generated muliple errors (sorry didn't record them, late last night)