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

Home -> Community -> Usenet -> c.d.o.server -> Re: Problem with compiling C-Sources under Oracle 9i and Linux 7.3

Re: Problem with compiling C-Sources under Oracle 9i and Linux 7.3

From: Telemachus <telemachus_at_ulysseswillreturn.net>
Date: Mon, 27 Jan 2003 11:28:25 -0000
Message-ID: <qJ8Z9.5607$V6.7989@news.indigo.ie>


Or alternatively make sure you have -L <path to libcltnsh > in the compile line

or bung in a symlink from /usr/lib to it.... etc etc etc etc

this is all usually in the installation guide for your platform though. "Herwig Tlusty" <herwig_tlusty_at_cheerful.com> wrote in message news:3e351135$0$19638$91cee783_at_newsreader01.highway.telekom.at...
> Hello,
>
> I tried to compile C-Sources with the precompiler of Oracle 9i (former the
> sources were compiled on a Unix-Alphaserver) but didn't have success.
> Following problem occured:
>
> proc: error while loading shard libraries: libclntsh.so.9.0: cannot open
> shard object file: no such file or directory
> make: *** [processname.o] error 127
>
> I suppose that the path information is missing for the library.
>
> How can I tell the precompiler to find that library?
>
> Thanks for your effort!
>
> Herwig
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
Received on Mon Jan 27 2003 - 05:28:25 CST

Original text of this message

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