I've tried to re-build the rpms for php (from the php-rpms-src) to include
oci8 support. The rpms seemed to be built ok, but when I try to install them
I get the following error message.
error: failed dependencies:
libclntsh.so.8.0 is needed by php-4.0.1pl2-9
libwtc8.so is needed by php-4.0.1pl2-9
I have included the oracle environment variables ($ORACLE_HOME)in
/etc/ld.so.conf file, pointing to the directory which holds my
libclntsh.so.8.0 file. Also added a line (export
LD_PRELOAD=libclntsh.so.8.0) in my httpd script file and restarted Apache,
but this didn't solve my problem. Any help would be appreciated.
Thanks.
John Kenney
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]