We've dowloade the hp-ux web server suite and installe on our unix platform with oracle 9.2.
php itself is working and i can do some simple php pages.
Problem is when trying to connect to oracle I'm getting the error:
Fatal error: Call to undefined function: ocilogon()
The hp-ux web server install came with apache/tomcat/php and I've uncommented the extension=oci8.sl line in the php.ini file located in /apache/conf.
Any ideas or how I can get php working with oracle or complied again with oracle? I've seen some threads/posts with information about compiling PHP with the following options:
--with-oracle=/path/to/oracle/home/dir
--with-oci8=/path/to/oracle/home/dir
However, how do I do this now that it already came bundled with apache?
Thanks in advance for any help on this.