Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: 8i/Linux and unresolved symbols
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
![]() |
![]() |