I'm trying to get a static version of php compiled into apache 2.0.16 Beta.
./configure --with-apache=/root/httpd-2_0_16
It bombs with an error about not finding httpd.h
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache module support via DSO through APXS... no
checking for Apache module support... no
configure: error: Invalid Apache directory - unable to find httpd.h under /root/httpd-2_0_16
httpd.h is actually in /root/httpd-2_0_16/include
Has anyone got PHP4 (php-4.0.2) to work with apache 2 yet?