I am trying to install php-oci8 with Oracle 8 -
(as root) rpm -ivh php-oci8-4.1.2-7.i386.rpm
and I get -
error: failed dependencies:
libclntsh.so.8.0 is needed by php-oci8-4.1.2-7
libwtc8.so is needed by php-oci8-4.1.2-7
However I have read lots of web postings and so
1. they are both in the Oracle library directory
2. I added the Oracle library directory to /etc/ld.so.conf and ran ldconfig
3. I set ORACLE_HOME, LD_LIBRARY_PATH, LD_PRELOAD
So I am pretty sure that they can be seen. Can that dependency message result from something else e.g. hidden version info?
Thanks for any help.
Peter Croft