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: oracle 9.2 rtsora build problem

Re: oracle 9.2 rtsora build problem

From: [ste parker] <imaginey_at_hotmail.com>
Date: Thu, 16 Feb 2006 19:27:09 +0000
Message-ID: <45k20dF73v19U1@individual.net>


Sybrand Bakker wrote:
>
> In 64-bit Oracle the .../lib directories have 64 bit libraries, lib32
> have the 32-bit libraries. In 32-bit Oracle lib has 32-bit libraries
> and lib64 64-bit libraries.
> In both environment the default LD_LIBRARY_PATH has been set to the
> lib directory, so to 64-bit libraries in your case.
> You probably need to muck around with LD_LIBRARY_PATH to convince the
> make file to take 32-bit libraries, ie make sure LD_LIBRARY_PATH
> points to $ORACLE_HOME/lib32 first.
> And yes: those are definitely the 32-bit libraries. Did you try the nm
> -a command on any of them? IIRC, this will show which externals are
> exposed.
>

Thanks Sybrand, that's kind of what I was expecting on that front. It does puzzle/worry me that the DBA thinks they're not present, but at least I'm more confident to ask the question.

-- 
[ste]
"No cars go
Where we know"
Received on Thu Feb 16 2006 - 13:27:09 CST

Original text of this message

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