From: michael@jarthur.claremont.edu (Michael Elkins) Subject: ldd reports the location of libc (4.3.2) incorrectly Date: Thu, 8 Apr 1993 04:36:36 GMT
When I compile a program using gcc 2.3.3 with libc.so.4.3.2, ldd will report
that the binary is dynamically linked to /libc.so.4 (DLL Jump 4.3p2), when in
fact the lib file actually is /lib/libc.so.4.3.2. This doesn't seem to be a
problem since the programs that have this still work, but I was curious as to
the reason for this slight bug?
Thanks,
me