From owner-freebsd-questions Wed Oct 10 7:52:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from quartz.bos.dyndns.org (quartz.bos.dyndns.org [66.37.218.198]) by hub.freebsd.org (Postfix) with ESMTP id E6A2D37B40A for ; Wed, 10 Oct 2001 07:52:20 -0700 (PDT) Received: from localhost (twilde@localhost) by quartz.bos.dyndns.org (8.11.5/8.11.5) with ESMTP id f9AEqIE26056; Wed, 10 Oct 2001 10:52:18 -0400 (EDT) Date: Wed, 10 Oct 2001 10:52:18 -0400 (EDT) From: Tim Wilde X-X-Sender: To: Vlado Korcek Cc: Subject: Re: BIND9 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 > I've currently installed BIND9 under FreeBSD4.3 > But the problem is, when I run Name server with command "named", it actually > starts another Name server "version 8.2.3" which was probably installed with > FreeBSD. But I suppose my BIND9 is not runing. > Could somebody tell me how can I run "BIND-name server" instead of this name > server. > When I type: named -v > it also prints the version 8.2.3 , but not my current version BIND-9.1.2 By default, BIND 9 installs itself in the /usr/local tree. You have three choices; when running the configure for BIND 9, specify --prefix=/usr , which should overwrite at least some of the BIND 8 binaries (some locations have still changed, though), or remove/rename the old binaries, or just use full paths. You'll find your BIND 9 binary in /usr/local/sbin/named. It won't look at your configuration in /etc/namedb unless you've specified --local-state-dir=/etc/namedb in the configure, though. Hope this helps. Tim Wilde -- Tim Wilde twilde@dyndns.org Systems Administrator Dynamic DNS Network Services http://www.dyndns.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message