|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2004-07-21 15:32 UTC] parixit at rci dot rutgers dot edu
Description: ------------ I am getting a Failed dependencies: libclntsh.so.9.0 is needed by php-oci8-4.3.2-11.ent error I am rebuilding the php-4.3.2-11.ent.src.rpm When rebuilding php everything works fine and I don't get any failed dependencies. The rebuild makes the following RPMS: php-4.3.2-11.ent.i386.rpm php-mysql-4.3.2-11.ent.i386.rpm php-debuginfo-4.3.2-11.ent.i386.rpm php-oci8-4.3.2-11.ent.i386.rpm php-devel-4.3.2-11.ent.i386.rpm php-odbc-4.3.2-11.ent.i386.rpm php-imap-4.3.2-11.ent.i386.rpm php-pgsql-4.3.2-11.ent.i386.rpm php-ldap-4.3.2-11.ent.i386.rpm The only thing I have changed in the php.spec file is added the ORACLE_HOME directory. All of them install completely fine, except the php-oci8-4.3.2-11.ent.i386.rpm Thank you in advance for your help PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 14:00:01 2025 UTC |
Yup. I read on this board that I needed to do that. This is what I get when I run the command you mentioned ldconfig -p | grep clntsh libclntsh.so.9.0 (libc6) => /u01/app/oracle/9i/lib/libclntsh.so.9.0 libclntsh.so (libc6) => /u01/app/oracle/9i/lib/libclntsh.so in my ld.so.conf file i do have: /u01/app/oracle/9i/lib though when I run ldconfig, I get the following: ldconfig: /u01/app/oracle/9i/lib/libnk59.so is not a symbolic link ldconfig: /u01/app/oracle/9i/lib/libnrad9.so is not a symbolic linkYup. I read on this board that I needed to do that. This is what I get when I run the command you mentioned ldconfig -p | grep clntsh libclntsh.so.9.0 (libc6) => /u01/app/oracle/9i/lib/libclntsh.so.9.0 libclntsh.so (libc6) => /u01/app/oracle/9i/lib/libclntsh.so in my ld.so.conf file i do have: /u01/app/oracle/9i/lib though when I run ldconfig, I get the following: ldconfig: /u01/app/oracle/9i/lib/libnk59.so is not a symbolic link ldconfig: /u01/app/oracle/9i/lib/libnrad9.so is not a symbolic link