Package: rssh
Version: 2.3.2-13

The "mkchroot.sh" sample script that comes with package "rssh" relies on
"ldd" to determine the shared library dependencies subject to be copied to
the chroot environment. Unfortunately "ldd" reports an incomplete list of
shared library dependencies since the introduction of Virtual Dynamic Shared
Objects (linux-vdso.so).

# ldd /usr/bin/scp
        linux-vdso.so.1 =>  (0x00007fff4bdff000)
        libc.so.6 => /lib/libc.so.6 (0x00007fcaa7e31000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fcaa83a8000)
#

Kindly adjust the "mkchroot.sh" script to work on Linux systems with VDSO
enabled or advise (document) which commands can be used to determine the
full set of dynamic library dependencies required for manual creation of the
chroot environment.

Best Regards
Erich




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to