From owner-freebsd-security Mon Aug 20 16:16:15 2001 Delivered-To: freebsd-security@freebsd.org Received: from ciberteca.com (ciberteca.com [62.22.90.24]) by hub.freebsd.org (Postfix) with SMTP id EEFDF37B403 for ; Mon, 20 Aug 2001 16:16:10 -0700 (PDT) (envelope-from koji@ciberteca.com) Received: (qmail 66924 invoked from network); 20 Aug 2001 23:22:55 -0000 Received: from unknown (HELO daemon) (62.82.25.176) by ciberteca.com with SMTP; 20 Aug 2001 23:22:55 -0000 Message-ID: <00a401c129ce$4c63df60$0164a8c0@daemon> From: "Koji" To: "David Kirchner" Cc: Subject: RE: chroot named Date: Tue, 21 Aug 2001 01:17:32 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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