[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libc5 <-> libc6
I have both libs installed and it appears that some apps try loading them
both usually ending in SIGSAGV (I'm not sure the two mentioned above are
related but it seems to be) running this apps in gdb shows that they
mainly crash while calling some basic char or string manipulation function
from libc, i.e.: strncmp () or rindex () etc.
Here's my netscape ldd, you can see it tries opening both libc5 && libc6:
ldd ./netscape
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x4000d000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40055000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x4005e000)
libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40073000)
libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x40085000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40093000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4009f000)
libdl.so.1 => /lib/libdl.so.1 (0x40142000)
** libc.so.5 => /lib/libc.so.5 (0x40145000)
** libc.so.6 => /lib/libc.so.6 (0x40203000)
ld-linux.so.2 => /lib/ld-linux.so.2 (0x402a8000)
--------------------------------------------------------------------------
- | |
- Ze'ev Maor | "We all have a little Daemon inside... |
- gmaor@tx.technion.ac.il | ...Waiting to come out and become a kernel"|
- | |
--------------------------------------------------------------------------