[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Help!] Somehow, ldd won't use libc5-compat



Joey Hess wrote:
> 
> [snip]
> >       Actually, I knew there was one for netscape, but I couldn't find
> > realplayer...
> 
> It's still stuck in incoming.
Where is this "incoming?"  Is it accessible to everybody, or is it on
master?

> I have to wonder if there is perhaps something misconfigured on your
> system..

	Me too!  I have some sample output below... you can see that ldconfig,
at least, recognizes that some libs go with libc5 and others with
libc6.  However, (also below) ldd tries to link EVERYTHING with
libc6!!!  I can't figure out what setting I could possible modify to fix
this...
	Actually, I upgraded in kind of a wierd fashion.... installed from a CD
that had (I believe) the base-system tarball from 1.3.  Thats not very
good...  But I managed to get it to work my installing things with
'force' :)  I know this probably is very unaesthetic.... but I still
don't understand why ldd doesn't work.  If all the binaries are right
and ld.so.conf is corrct, the WHAT ELSE IS LEFT THAT CAN FAIL?  Is there
some environment variable that I need to set?

THANKS!
-BenRI

telomere:~> ls -la /usr/bin/ldd /sbin/ldconfig
-rwxr-xr-x   1 root     root       108040 Sep 11 11:43 /sbin/ldconfig*
-rwxr-xr-x   1 root     root       102628 Sep 11 11:43 /usr/bin/ldd*

telomere:~> cat /etc/ld.so.conf
/usr/X11R6/lib/Xaw95
/usr/lib/libg++-dbg
/usr/local/lib
/usr/X11R6/lib
/usr/lib/libc5-compat
/lib/libc5-compat

telomere:~> ldd -v
ldd: version 1.9.6

telomere:~> ldd /usr/local/rvplayer5.0b2/rvplayer
        libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x4000b000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x4001d000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40065000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40071000)
        libdl.so.1 => /lib/libdl.so.1 (0x40114000)
        libg++.so.27 => /usr/lib/libc5-compat/libg++.so.27 (0x40117000)
        libstdc++.so.27 => /usr/lib/libc5-compat/libstdc++.so.27
(0x4014f000)
        libm.so.5 => /lib/libm.so.5 (0x40180000)
        libc.so.5 => /lib/libc.so.5 (0x40189000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40245000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x4024e000)
        libc.so.6 => /lib/libc.so.6 (0x40263000)
        ld-linux.so.2 => /lib/ld-linux.so.2 (0x40302000)
telomere:~>ldconfig
164 libs found in cache `/etc/ld.so.cache' (version 1.7.0)
        libz.so.1 (ELF-libc5) => /usr/lib/libc5-compat/libz.so.1
        libz.so.1 (ELF-libc6) => /usr/lib/libz.so.1
        libvgagl.so.1 (ELF-libc6) => /usr/lib/libvgagl.so.1
        libvgagl.so (ELF-libc6) => /usr/lib/libvgagl.so
[snip LOTS of libs]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: