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:

It Worked!  Thank you so much!!!

Here is what my phpinfo() looks like:

http://hsgware7.rutgers.edu/~parixit/email_queries/

oci8
OCI8 Support    enabled
Revision        $Revision: 1.183.2.5 $
Oracle Version  9.2
Compile-time ORACLE_HOME        /u01/app/oracle/9i
Libraries Used  -Wl,-rpath,/u01/app/oracle/9i/lib
-L/u01/app/oracle/9i/lib -lclntsh

I now have to set my environment variables correct?


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

[2004-07-21 16:23:35] [EMAIL PROTECTED]

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.

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

[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

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

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