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

1997-12-06 Thread Benjamin Redelings I
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 (0x4018)
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
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


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

1997-12-06 Thread Joey Hess
Benjamin Redelings I wrote:
 Where is this incoming?  Is it accessible to everybody, or is it on
 master?

It's on master, but a public mirror of it is
llug.sep.bnl.gov/debian/Incoming/
 
   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...

I have a theory... I'll bet you are missing the libc5 comaptability version
of the X libraries. So ld is forced to try to use the libc6 X libraires,
which means it has to link in libc6 too. Do you have xlib6 installed?

-- 
see shy jo


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .