latest lsblibchk behavior - can't find
The latest lsblibchk:
[root@mdk80 lib]# rpm -qi lsblibchk
Name : lsblibchk Relocations: (not relocateable)
Version : 1.1.0 Vendor: (none)
Release : 1 Build Date: Wed 19 Dec 2001
11:45:16 PM EST
Install date: Tue 08 Jan 2002 07:31:34 AM EST Build Host: rockhopper
Doesn't want to find /lib/ld-lsb.so.1
[root@mdk80 lib]# /opt/lsblibchk/bin/lsblibchk
lsblibchk built for Specification Version 1.1
Program Revision: 1.0
Unable to find library /lib/ld-lsb.so.1
running strace I see:
write(1, "lsblibchk built for Specificatio"..., 46) = 46
write(1, "Program Revision: 1.0\n\n", 23) = 23
access("/lib/lsb//lib/ld-lsb.so.1", R_OK) = -1 ENOENT (No such file or
directory
)
access("/usr/lib/lsb//lib/ld-lsb.so.1", R_OK) = -1 ENOENT (No such file or
direc
tory)
access("/lib//lib/ld-lsb.so.1", R_OK) = -1 ENOENT (No such file or
directory)
access("/usr/lib//lib/ld-lsb.so.1", R_OK) = -1 ENOENT (No such file or
directory
)
If I manually make /lib/lsb/lib and symlink back to /lib/lsb/ld-2.2.1.so,
then it's OK.
[root@mdk80 lib]# /opt/lsblibchk/bin/lsblibchk
lsblibchk built for Specification Version 1.1
Program Revision: 1.0
Checking symbols in /lib/lsb//lib/ld-lsb.so.1
Is this intentional?
Stew Benedict
--
MandrakeSoft OH/TN, USA http://people.mandrakesoft.com/~sbenedict/
PPC FAQ: http://www.linux-mandrake.com/en/demos/PPC/FAQ/
Reply to: