From owner-freebsd-questions Thu Feb 21 21:26:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail11.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id 1CB7537B402 for ; Thu, 21 Feb 2002 21:26:48 -0800 (PST) Received: (qmail 4871 invoked from network); 22 Feb 2002 05:26:47 -0000 Received: from unknown (HELO there) ([66.92.40.28]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Feb 2002 05:26:47 -0000 Content-Type: text/plain; charset="us-ascii" From: "Michael W. Collette" To: FreeBSD Subject: Bind in a sandbox how-to Date: Thu, 21 Feb 2002 21:21:38 -0800 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020222052648.1CB7537B402@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Just this evening I was attempting to run through the steps presented in the handbook for configuring Bind to run in a sandbox. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dns.html Was going along pretty good until I got to the following steps in the procedure. # cd /usr/src/libexec/named-xfer && make NOSHARED=yes all # cp named-xfer /etc/namedb/bin && chmod 555 /etc/namedb/bin/named-xfer The compile appears to crunch away without error, but I don't see anything in the directory except for the Makefile. It never creates a file called "named-xfer" anywhere that I can see. I then tried updating my sources with cvs. Went through and did a make clean on all the previous steps, and remade that stuff. Got back to the same point, same problem. Is the procedure flawed? Did I miss a step along the line someplace? Later on, -- "Outside of a dog, a book is man's best friend. Inside of a dog, it's too dark to read." - Groucho Marx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message