https://bugzilla.novell.com/show_bug.cgi?id=402965 User jrecord@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402965#c2 --- Comment #2 from Jason Record <jrecord@novell.com> 2008-07-08 14:24:44 MDT --- The problem is some of the libraries are found in the ldconfig -p cache. The format from ldconfig -p is different than ldd so the path to the library is not parsed properly. /lib/ld-linux.so.2 (0xb7f43000) libz.so.1 => /lib/libz.so.1 (0xb7ba6000) libnss_nis.so.2 (libc6, OS ABI: Linux 2.6.4) => /lib/libnss_nis.so.2 libnss_nisplus.so.2 (libc6, OS ABI: Linux 2.6.4) => /lib/libnss_nisplus.so.2 The addition of parenthesis confuses the parsing. I get fields 1, 3 and 4. For the last two lines this results in "ABI:", which in turn is ignored since it does not being with / or ./ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.