From owner-freebsd-security Mon Aug 20 14:24:38 2001 Delivered-To: freebsd-security@freebsd.org Received: from webs1.accretive-networks.net (webs1.accretive-networks.net [207.246.154.13]) by hub.freebsd.org (Postfix) with ESMTP id 5758937B415 for ; Mon, 20 Aug 2001 14:24:32 -0700 (PDT) (envelope-from davidk@accretivetg.com) Received: from localhost (davidk@localhost) by webs1.accretive-networks.net (8.11.1/8.11.3) with ESMTP id f7KKJt663637; Mon, 20 Aug 2001 13:19:55 -0700 (PDT) Date: Mon, 20 Aug 2001 13:19:55 -0700 (PDT) From: David Kirchner X-X-Sender: To: Koji Cc: Subject: Re: chroot named In-Reply-To: <002601c129bd$b1f58560$0164a8c0@daemon> Message-ID: <20010820131925.S38221-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Mon, 20 Aug 2001, Koji wrote: > > Hi, i'm configuring named with chroot, but i have two questions. > > Is necesary the files ld-elf.so.1, libc.so.4, libutil.so.3 and named-xfer ? > I have trying the named with and without this files and works correctly > (two forms works correctly ). what are the files indispensables really? 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) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message