Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> question about libclntsh.so

question about libclntsh.so

From: music4 <cli4_at_lucent.com>
Date: Wed, 18 Dec 2002 17:26:20 +0800
Message-ID: <atpf03$jc@netnews.proxy.lucent.com>


Dear Oracle and Unix experts,

I am encountering a very strange problem:

I am write a program that links to libclntsh.so. Everything is OK, use command "ldd myprogram", we can see:

libclntsh.so --> /u01/oracle/.../lib

Then I want my program to do something that only oracle can do, so I "chown oracle myprogram", and "chmod 4755 myprogram". At this time, problem comes: myprogram can not find libclntsh.so, use command "ldd myprogram":

libclntsh.so --> (file not found)

Any ideas? Please help me.

Thanks in advance!
Evan Received on Wed Dec 18 2002 - 03:26:20 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US