Hey guys, really new to php but trying to stumble my way through installation and configuration.
The Software: php4, oracle 9i (client), linux redhat 7.2, Apache
What works:
php
sqlplus connection to remote server
apache
linux
I tried to ./configure --with oci8=/home/oracle/OracleHome
when I try to get php to connect to my remote database
I get:
Fatal error: Call to undefined function: ocilogon() in /var/www/html/test.php on line 11
I really beleive that I am overlooking something simple, so simple I can't see it.