This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug dynamic-link/24150] ldd should print "not a dynamic executable" to standard error


https://sourceware.org/bugzilla/show_bug.cgi?id=24150

--- Comment #5 from Florian Weimer <fweimer at redhat dot com> ---
But the current behavior isn't quite consistent.

$ ldd /sbin/ldconfig ; echo $?
        statically linked
0
$ ldd /usr/bin/zgrep ; echo $?
        not a dynamic executable
1

The first message and exit status comes from the dynamic linker itself.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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