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 -> Re: question about libclntsh.so

Re: question about libclntsh.so

From: Paul Pluzhnikov <ppluzhnikov_at_earthlink.net>
Date: Wed, 18 Dec 2002 16:05:04 GMT
Message-ID: <uu1hbpc99.fsfYB8X@earthlink.net>


Jens Schweikhardt <usenet_at_schweikhardt.net> writes:

> In comp.unix.programmer music4 <cli4_at_lucent.com> wrote:
> ...
> # libclntsh.so --> (file not found)
> # Any ideas? Please help me.
>
> You have to put your libclntsh.so in the restricted LD_LIBRARY_PATH or
> run your app as user oracle with su or sudo, say.

Another option is to use -rpath (or -R on Solaris) linker option during application linking. This way the exe will not depend on LD_LIBRARY_PATH at all.

Cheers,

-- 
In order to understand recursion you must first understand recursion.
Received on Wed Dec 18 2002 - 10:05:04 CST

Original text of this message

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