[Bug 402965] New: [Novell:NTS/ntsutils] chkbin only adds the last dlopen
https://bugzilla.novell.com/show_bug.cgi?id=402965 Summary: [Novell:NTS/ntsutils] chkbin only adds the last dlopen Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: 3rd party software AssignedTo: jrecord@novell.com ReportedBy: jrecord@novell.com QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: Development #--[ Checking File Ownership ]-------------------------------------# /usr/bin/chage - from RPM: pwdutils-3.0.7.1-17.24 libnss_ldap.so.2 - from RPM: [ Warning ] :Not Found in LD_LIBRARY_PATH or ld.so.cache .. libnss_ldap is listed but the the others are not. #--[ Unique dlopen Shared Libraries ]------------------------------# libnss_nis.so.2 libnss_nisplus.so.2 libnss_ldap.so.2 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=402965 User jrecord@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402965#c1 --- Comment #1 from Jason Record <jrecord@novell.com> 2008-06-23 14:53:05 MDT --- Created an attachment (id=223870) --> (https://bugzilla.novell.com/attachment.cgi?id=223870) chkbin output showing full details -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=402965 Jason Record <jrecord@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- 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.
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.
https://bugzilla.novell.com/show_bug.cgi?id=402965 User jrecord@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402965#c3 Jason Record <jrecord@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #3 from Jason Record <jrecord@novell.com> 2008-07-08 15:11:09 MDT --- Fix checked in. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=402965 User jrecord@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402965#c4 Jason Record <jrecord@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Jason Record <jrecord@novell.com> 2008-08-01 09:33:39 MDT --- Closed. Released to OBS http://en.opensuse.org/NTSutils -- 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.
participants (1)
-
bugzilla_noreply@novell.com