Bug#640795: rssh: mkchroot.sh script misses some dependencies (libnsl.so.1)

September 07th, 2011 - 09:00 am ET by Matej Bažec | Report spam
Package: rssh
Version: 2.3.2-13
Severity: normal
Tags: squeeze

The mkchroot.sh script (supposed to install all the necessary executables and libraries in
the chroot enviroment for the need of rssh) doesn't check for the dependencies of the
/lib/libnss_* libraries. As a consequence the libnsl.so.1 (needed for libnss_compat.so)
is missing. One is supposed to install it manually. In my opinion this should be fixed
in the script or at least it should be mentioned in the documentation (CHROOT.gz).

$ ldd libnss_compat-2.11.2.so
linux-vdso.so.1 => (0x00007fff9a678000)
libnsl.so.1 => /lib/libnsl.so.1 (0x00007fb943a2e000)
libc.so.6 => /lib/libc.so.6 (0x00007fb9436cd000)
/lib64/ld-linux-x86-64.so.2 (0x00007fb943e54000)

If it helps, I can send you the patch for the script to fix it.

Regards, Matej.




Debian Release: 6.0.2
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
email Follow the discussionReplies 1 replyReplies Make a reply

Replies

#1 Russ Allbery
September 07th, 2011 - 01:00 pm ET | Report spam
Matej Bažec writes:

If it helps, I can send you the patch for the script to fix it.



Yes, please. Thanks!

Russ Allbery () <http://www.eyrie.org/~eagle/>



To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact

Similar topics