| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Problem with compiling C-Sources under Oracle 9i and Linux 7.3
>
> 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
![]() |
![]() |