Package: lsb-core
Severity: important
lsb-core.postinst creates the LSB runtime linker symlinks in a
case statement based on the installation architecture. For amd64:
amd64)
ln -sf ld-linux.so.2 /lib/ld-lsb.so.1
ln -sf ld-linux.so.2 /lib/ld-lsb.so.2
ln -sf ld-linux.so.2 /lib/ld-lsb.so.3
ln -sf /lib/ld-linux-x86-64.so.2 /lib64/ld-lsb-x86-64.so.2
;;
This should include /lib64/ld-lsb-x86-64.so.3 as well.
Reference:
http://refspecs.freestandards.org/LSB_3.1.0/LSB-Core-AMD64/LSB-Core-AMD64/baselib.html#PROGINTERP
-- System Information:
Debian Release: etch
Architecture: amd64
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]