ID:               29301
 User updated by:  parixit at rci dot rutgers dot edu
 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:

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


Previous Comments:
------------------------------------------------------------------------

[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.

------------------------------------------------------------------------

[2004-07-21 15:53:08] [EMAIL PROTECTED]

Perhaps you just don't have Oracle Client installed and this message
tells you about that.
And I'm not sure if the RPM should require libcntsh.so at all, 'cos
this lib is never installed through RPM system.

------------------------------------------------------------------------

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

Reply via email to