Date: Tue, 21 Aug 2001 01:17:32 +0200 From: "Koji" <koji@ciberteca.com> To: "David Kirchner" <davidk@accretivetg.com> Cc: <freebsd-security@freebsd.org> Subject: RE: chroot named Message-ID: <00a401c129ce$4c63df60$0164a8c0@daemon>
next in thread | raw e-mail | index | archive | help
>You can find out which libraries are needed for a program by running 'ldd' >on them, for example: > >$ ldd /usr/libexec/named-xfer >/usr/libexec/named-xfer: > libc.so.3 => /usr/lib/libc.so.3 (0x1806a000) > # ldd /usr/libexec/named-xfer /usr/libexec/named-xfer: libc.so.4 => /usr/lib/libc.so.4 (0x2809c000) # ldd /usr/sbin/named /usr/sbin/named: libc.so.4 => /usr/lib/libc.so.4 (0x280dd000) my chroot environment don't have any library and works correctly. Why ? # ls /etc/namedb/chroot dev etc usr var thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00a401c129ce$4c63df60$0164a8c0>