I am trying to get PHP4 working with Oracle 8 on Tru64 Unix and Netscape Enterprise 4.1. It works OK if I compile PHP without the Oracle option, ie I can run the PHP test script from the browser.
my configure statement is:
./configure --with-nsapi=/local/apps/netscape/server4 --enable-libgcc --without-mysql --with-oci8=/local/oracle
I don't get any compile errors.
LD_LIBRARY_PATH is: /local/apps/netscape/server4/bin/https/jre/lib/alpha/classic:/local/apps/netscape/server4/bin/https/jre/lib/alpha/native_threads:/local/apps/netscape/server4/bin/https/jre/lib/alpha:/local/apps/netscape/server4/bin/https/lib::/usr/local/lib:/usr/lib/threads:/usr/ibmcxx/lib:/usr/lib:/lib/usr/shlib:/local/oracle/lib
The error is:
conf_init: Error running init function load-modules: dlopen of /local/apps/netscape/server4/bin/libphp4.so failed (dlopen: Cannot map library libclntsh.so.8.0)
Do I need something else in the obj.conf file ?
puzzled,
Cliff Pratt