This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Binutils 2.11.x problems with oracle 9i


On Sat, Jun 23, 2001 at 05:06:08PM -0500, Anant Kabra wrote:
> Hi,
> 
> I recently tried to install oracle 9i db on my linux box
> 
> 	glibc 2.2.3
> 	binutils 2.11.90.0.7
> 	linux 2.4.5
> 	debian woody
> 
> I got linker errors (attached below) which seemed to suggest that it was
> trying to look for glibc 2.1 libraries. But when I downgrade binutils to
> 2.9.5.0.31 (This was the only change made), the installer worked perfectly.
> I have no idea why this happened since the glibc is still the same. Is this
> a bug in binutils or in oracle?
> 

I believe binutils and oracle are ok. It seems that your setup is
broken. Your linker somehow doesn't load /lib/ld-linux.so.2. I don't
use Deian. I don't know for sure. Please provide the output of

# gcc -Wl,-verbose ...

or

# ld -verbose ....


H.J.
----
> Thanks,
> 
> -- Anant
> 
> =-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=
> 
> /usr/local/oracle/product/9.0.1/lib/libgeneric9.a(skgfr.o): In
> function `skgfrpini':
> skgfr.o(.text+0x125): undefined reference to `__cmpdi2'
> /lib/libc.so.6: undefined reference to `_dl_lazy@GLIBC_2.1.1'
> /lib/libc.so.6: undefined reference to
> `_dl_dst_substitute@GLIBC_2.1.1'
> /lib/libc.so.6: undefined reference to `_dl_out_of_memory@GLIBC_2.2'
> /lib/libc.so.6: undefined reference to `_dl_relocate_object@GLIBC_2.0'
> /lib/libc.so.6: undefined reference to `_dl_clktck@GLIBC_2.2'
> /lib/libc.so.6: undefined reference to
> `__libc_enable_secure@GLIBC_2.0'
> /lib/libc.so.6: undefined reference to `_dl_catch_error@GLIBC_2.0'
> /lib/libc.so.6: undefined reference to `_dl_platformlen@GLIBC_2.1.1'
> /lib/libc.so.6: undefined reference to
> `_dl_lookup_versioned_symbol_skip@GLIBC_2.0'
> .
> .
> .
> 
> -=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> 
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]