Hi all,
I am currently trying to get a build with php and oracle access, but with limited success. I'm using the following on a
Tru64 Ver 5.1a platform.
Apache 1.3.26
php 4.2.2
Oracle 8.1.7
I have been trying to make a dynamic module for apache and keep getting the following error when I start apache.
Cannot load /u01/app/apachephp_1.3.26/libexec/libphp4.so into server: dlopen: /u01/app/apachephp_1.3.26/libexec/libphp4.so: symbol "OCILobCreateTemporary" unresolved
I have followed the documentation and have made sure that environment variables are set for oracle.
I have used the --with-apxs --with-oracle and --with-oci8 configuration options with PATHS in the PHP configure script and made sure that the AddType and LoadModules were present in the apache config file.
Some pointers would be greatly appreciated.
Thanks
Glen