I use RedHat 6.2, Apache, PHP 4, and Oracle 8.1.6..
I launch ./configure of PHP4 with options --with-oracle=$ORACLE_HOME and --with_oci8=$ORACLE_HOME
After that, i launch ./make and ./make install
It's ok.
I stop Apache
In httpd.conf,
i insert AddType application/x-httpd-php .php3 .php
LoadModule php_module modules/libphp4.so
I start Apache
But when i use OCIPLogon, i have an error OCIPLogon not found !!!
Could you help me ?
Thanks.