ID: 29301
Updated by: [EMAIL PROTECTED]
Reported By: parixit at rci dot rutgers dot edu
Status: Bogus
Bug Type: OCI8 related
Operating System: Redhat Linux AS 3.0
PHP Version: Irrelevant
New Comment:
Than try to install the rpm with --nodeps, it seems to me that rpm
system just doesn't know that OCI8 libs are already installed.
Previous Comments:
------------------------------------------------------------------------
[2004-07-21 16:12:28] parixit at rci dot rutgers dot edu
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 link
------------------------------------------------------------------------
[2004-07-21 16:10:40] parixit at rci dot rutgers dot edu
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 link
------------------------------------------------------------------------
[2004-07-21 16:03:53] [EMAIL PROTECTED]
Does ldconfig know about it ?
`ldconfig -p | grep clntsh` ?
If it doesn't - add /u01/app/oracle/9i/lib/ to the /etc/ld.so.conf file
and run `ldconfig`.
------------------------------------------------------------------------
[2004-07-21 15:58:53] parixit at rci dot rutgers dot edu
Thank you all for the fast replies. I am *Very* new to this. I do
have the oracle 9i client installed. And I have that file it is
located at: /u01/app/oracle/9i/lib/libclntsh.so.9.0
------------------------------------------------------------------------
[2004-07-21 15:56:20] [EMAIL PROTECTED]
You are missing the Oracle client libraries, which is
where the library you are needing resides. PHP does not
provide this. I assume you would get this from Oracle
as part of their client install.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/29301
--
Edit this bug report at http://bugs.php.net/?id=29301&edit=1