Debian Bug report logs - #14646
libc6: problem with /usr/X11R6/lib/i486-linuxaout and LD_LIBRARY_PATH

version graph

Package: libc6; Maintainer for libc6 is GNU Libc Maintainers <debian-glibc@lists.debian.org>; Source for libc6 is src:glibc (PTS, buildd, popcon).

Reported by: Joey Hess <joey@kitenet.net>

Date: Fri, 7 Nov 1997 18:18:02 UTC

Severity: normal

Found in version 2.0.5c-0.1

Done: unknown

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Helmut Geyer <Helmut.Geyer@iwr.uni-heidelberg.de>:
Bug#14646; Package libc6. (full text, mbox, link).


Acknowledgement sent to Joey Hess <joey@kitenet.net>:
New bug report received and forwarded. Copy sent to Helmut Geyer <Helmut.Geyer@iwr.uni-heidelberg.de>. (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Joey Hess <joey@kitenet.net>
To: submit@bugs.debian.org
Subject: libc6: problem with /usr/X11R6/lib/i486-linuxaout and LD_LIBRARY_PATH
Date: 7 Nov 1997 18:14:17 -0000
Package: libc6
Version: 2.0.5c-0.1

joey@kite:~>LD_LIBRARY_PATH=/usr/X11R6/lib/i486-linuxaout ldd /usr/X11R6/bin/xload
/usr/X11R6/bin/xload: error in loading shared libraries
libXaw.so.6: invalid ELF header

The only files in /usr/X11R6/lib/i486-linuxaout are a.out libraries. xload
is libc6 of course. So it should not be linked to the a.out libraries; they
should be ignored. I spoke to David Engel about this, and he agrees about
this and says it's a bug in the dymanic linker for libc6, and that the
dynamic linker for libc5 already handes this.

This problem is making xaw-wrappers not work on certian systems, btw.

-- System Information
Debian Release: 1.3
Kernel Version: Linux kite 2.1.59 #1 Fri Oct 31 15:53:34 EST 1997 i586 unknown

Versions of the packages libc6 depends on:
ldso	Version: 1.9.6-2


Information forwarded to debian-bugs-dist@lists.debian.org, Dale Scheetz <dwarf@polaris.net>:
Bug#14646; Package libc6. (full text, mbox, link).


Acknowledgement sent to Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>:
Extra info received and forwarded to list. Copy sent to Dale Scheetz <dwarf@polaris.net>. (full text, mbox, link).


Message #10 received at 14646@bugs.debian.org (full text, mbox, reply):

From: Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>
To: 14646@bugs.debian.org, Joey Hess <joey@kitenet.net>
Subject: libc6 bug
Date: Mon, 20 Jul 1998 14:08:04 +0200
Hello Joey,

could you try

LD_LIBRARY_PATH=/usr/X11R6/lib/i486-linuxaout ldd /usr/X11R6/bin/xload

again with the latest libc6 release? The version 2.0.5 had many bugs, and I
don't have any aout libraries installed to test it.

Thank you,
Marcus
helping Dale with the bug list.

-- 
"Rhubarb is no Egyptian god."        Debian GNU/Linux        finger brinkmd@ 
Marcus Brinkmann                   http://www.debian.org    master.debian.org
Marcus.Brinkmann@ruhr-uni-bochum.de                        for public  PGP Key
http://homepage.ruhr-uni-bochum.de/Marcus.Brinkmann/       PGP Key ID 36E7CD09


Information forwarded to debian-bugs-dist@lists.debian.org, Dale Scheetz <dwarf@polaris.net>:
Bug#14646; Package libc6. (full text, mbox, link).


Acknowledgement sent to Joey Hess <joey@kitenet.net>:
Extra info received and forwarded to list. Copy sent to Dale Scheetz <dwarf@polaris.net>. (full text, mbox, link).


Message #15 received at 14646@bugs.debian.org (full text, mbox, reply):

From: Joey Hess <joey@kitenet.net>
To: Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>, 14646@bugs.debian.org
Subject: Re: libc6 bug
Date: Mon, 20 Jul 1998 12:17:48 -0700
Marcus Brinkmann wrote:
> could you try
> 
> LD_LIBRARY_PATH=/usr/X11R6/lib/i486-linuxaout ldd /usr/X11R6/bin/xload
> 
> again with the latest libc6 release? The version 2.0.5 had many bugs, and I
> don't have any aout libraries installed to test it.

It seems to work now:

joey@kite:~>LD_LIBRARY_PATH=/usr/lib/libc5-compat/neXtaw ldd /usr/X11R6/bin/xload   
        libXaw.so.6 => /usr/lib/libc5-compat/neXtaw/libXaw.so.6 (0x4000c000)
...

-- 
see shy jo


Information forwarded to debian-bugs-dist@lists.debian.org, Dale Scheetz <dwarf@polaris.net>:
Bug#14646; Package libc6. (full text, mbox, link).


Acknowledgement sent to Joey Hess <joey@kitenet.net>:
Extra info received and forwarded to list. Copy sent to Dale Scheetz <dwarf@polaris.net>. (full text, mbox, link).


Message #20 received at 14646@bugs.debian.org (full text, mbox, reply):

From: Joey Hess <joey@kitenet.net>
To: Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>, 14646@bugs.debian.org
Subject: Re: libc6 bug
Date: Mon, 20 Jul 1998 14:41:44 -0700
Joey Hess wrote:
> Marcus Brinkmann wrote:
> > could you try
> > 
> > LD_LIBRARY_PATH=/usr/X11R6/lib/i486-linuxaout ldd /usr/X11R6/bin/xload
> > 
> > again with the latest libc6 release? The version 2.0.5 had many bugs, and I
> > don't have any aout libraries installed to test it.
> 
> It seems to work now:
> 
> joey@kite:~>LD_LIBRARY_PATH=/usr/lib/libc5-compat/neXtaw ldd /usr/X11R6/bin/xload   
>         libXaw.so.6 => /usr/lib/libc5-compat/neXtaw/libXaw.so.6 (0x4000c000)
> ...

I'm not thinking.... of course I tried it on a libc5 library, not an a.out
library. Disregrard the above.

I don't have any a.out stuff to try it on either, sorry.

-- 
see shy jo


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Mon May 13 01:27:17 2024; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.