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: Peter van Rijn <p.vanrijnREMOVE_at_THISzhew.nl>
Date: Mon, 27 Jan 2003 12:13:45 +0100
Message-ID: <v3a57giimi5f9@corp.supernews.com>


>
> I suppose that the path information is missing for the library.
>
> How can I tell the precompiler to find that library?
>

You're probably right. The variable being used may diuffer per platform. On HP-UX you use SHLIB_PATH, on Sun Solaris (and many other platforms) it's LD_LIBRARY_PATH. I think you can use the man pages for "ld" to find out which one is being used on your platform. The variable should be set like:

$ export LD_LIBRARY_PATH=$ORACLE_HOME/lib (for ksh)

hth,
Peter Received on Mon Jan 27 2003 - 05:13:45 CST

Original text of this message

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