oracle 10G httpd is preconfigured for libphp4.so
277173Nov 29 2007 — edited Dec 11 2007I have compiled php-5.2.5 as follows:
./configure with-oracle=/opt/oracle/product/10.1.3.1/OracleAS_3 with-oci8-instant-client=/usr/local/instantclient enable-force-cgi-redirect with-config-file-path=/usr/local/lib with-gd=/usr/local/gd-2.0.35 enable-sigchild --disable-ipv6
No libphp5.so was created, don't know why and oracle httpd.conf is configured with module libphp4.so
And when I test with phpinfo.php I get this output:
Build Date Sep 18 2006 16:18:04
Configure Command './configure' '--prefix=/scratch/svadugur/php-4.3.11' '--with-apxs=/ade/svadugur_mjoy_php4311/apache/Apache/bin/apxs' '--with-oci8=/ade/svadugur_mjoy_php4311/oracle' '--enable-sigchild' '--disable-rpath' '--with-ldap=/ade/svadugur_mjoy_php4311/oracle'
Q1: What did I miss when compiling php-5.2.5 since libphp5.so did not get created?
Q2: What do I have to do I block php-4.3.11 in oracle 10G httpd.conf?
Any feedback would be greatly appreciated.
TIA