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: 8i/Linux and unresolved symbols

Re: 8i/Linux and unresolved symbols

From: Peter Sylvester <peters_at_mitre.org>
Date: Tue, 21 Sep 1999 11:51:56 -0400
Message-ID: <37E7A99C.8816D7CE@mitre.org>


We had to add "-lnjni8" or something like that in all the Oracle Makefiles on our install.
You can use the "nm" command to list symbols in libraries to figure out which ones contain the code (tagged as "T" or "TEXT")

Peter

Martin Neumann wrote:
>
> I have installed Oracle 8i Enterprise Edition on my Linux box
> (Debian Linux, Kernel 2.2.12, glibc 2.1.2).
>
> When I tried to start "sqlplus" it didn't work because of an
> unresolved symbol. So I tried a "relink all" which gave me a
> big bunch of unresolved symbols.
>
> I was able to reduce this to only one single symbol which can't
> be resolved when I reinstalled the client software.
>
> Now I'm stuck with the 'nnflboot'-Symbol.
> What can I do to make it resolvable?
>
> --
> Martin
Received on Tue Sep 21 1999 - 10:51:56 CDT

Original text of this message

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