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

From: Sybrand Bakker <gooiditweg_at_nospam.demon.nl>
Date: Sat, 28 May 2005 08:54:59 +0200
Message-ID: <1a5g9157gbhoijvt415skmcr5n2hqigho7_at_4ax.com>


[Quoted] 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
Received on Sat May 28 2005 - 08:54:59 CEST

Original text of this message