This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: Debian problem with ld-linux.so.2 --list


Scott Bambrough <scottb@netwinder.org> writes:

> The origin of this problem is from the Debian bug tracking system:
> 
> http://cgi.debian.org/cgi-bin/bugreport.cgi?bug=60869

I see no reason to change this.  First, I have no idea why the ldd
script is ot used.  There is no reason for this.  Second, the
"standard way" is to use the environment variable
LD_TRACE_LOADED_OBJECTS.

You have two possibilities to get what you want.  --list should report
an error since this is the method, save execution of the program, to
find out whether all dependencies are there.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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