Re: problem compiling c (pro*c) program - problem with oracle shared library

From: Daud <daud11_at_hotmail.com>
Date: 28 May 2005 01:23:12 -0700
Message-ID: <1117268592.470265.79880_at_f14g2000cwb.googlegroups.com>


[Quoted] Sybrand Bakker wrote:
> On 27 May 2005 23:43:35 -0700, "Daud" <daud11_at_hotmail.com> wrote:
>
> >LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:$ORACLE_HOME/rdbms/lib
> > export LD_LIBRARY_PATH
> >
> > SHLIB_PATH=$ORACLE_HOME/lib32:/usr/lib:$ORACLE_HOME/rdbms/lib32
> > export SHLIB_PATH
>
>
> Likely $ORACLE_HOME/lib has 64-bit libraries, and you can't definitely
> point to *both* 64-bit libraries *and* 32-bit libraries.
> Whether you need to set LD_LIBRARY_PATH or SHLIB_PATH is platform
> dependent, and can be looked up in the documentation.
>
>
> --
> Sybrand Bakker, Senior Oracle DBA

[Quoted] First I removed LD_LIBRARY_PATH and recompiled. NO luck. Then I added LD_LIBRARY_PATH and removed SHLIB_PATH. Recompiled and still no luck. Anything else I should check? What documentation are you talking about?

regards
Daud Received on Sat May 28 2005 - 10:23:12 CEST

Original text of this message