I'm trying to compile PHP with Oracle 8.1.6 support using
./configure --with-apxs=/usr/local/apache/bin/apxs --with-oracle=/opt/oracle/product/8.1.6
Configuring, compiling and installation of PHP seems; when starting apache there is no error message but no http is coming up: the httpd.conf contains:
LoadModule php4_module libexec/libphp4.so
AddModule mod_php4.c
Any hints what's going wrong ?
Thanks