Skip to content
Prev 32020 / 398506 Next

ROracle problem with Oracle9i on Red Hat 8.0

Hmm. I don't have (easy) access to Oracle9i, but I'd try to find
out whether the client library is indeed in the $ORACLE_HOME/lib
directory.  (I think the file name is something like "libclntst9.xx"
where xx may be "so" or "a").  Don MacQueen reported a similar
problem on Mac OS X, and he posted a workaround on the r-sig-mac list
on 7 Feb 2003.  I'm including here the relevant part of his posting:


DM = Don MacQueen

DM> The first work around is this:
DM> 
DM> cp  $ORACLE_HOME/rdbms/lib/libclntst9.a $ORACLE_HOME/lib
DM> cd $ORACLE_HOME/lib
DM> ranlib -s libclntst9.a
DM> 
DM> (look in the file $ORACLE_HOME/precomp/lib/env_precomp.mk for 
DM> references to libclntst9.a)
DM> 
DM> The absence of libclntst9.a in $ORACLE_HOME/lib may represent an 
DM> error in the Oracle distribution, or it may represent a lack of 
DM> understanding on my part.
DM> 

--
David
michael.seewald at vie.boehringer-ingelheim.com wrote:

  
    
Message-ID: <20030514090959.B10679@jessie.research.bell-labs.com>
In-Reply-To: <AF7DB4C757D2D2119C080001FA7E56B205A2CAF4@VIEEXCH2.vie.at.bic>; from michael.seewald@vie.boehringer-ingelheim.com on Wed, May 14, 2003 at 01:53:51PM +0200