From owner-freebsd-questions Thu Mar 13 1:38:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC02D37B401 for ; Thu, 13 Mar 2003 01:38:11 -0800 (PST) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAD3143F3F for ; Thu, 13 Mar 2003 01:38:10 -0800 (PST) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (orb_rules@localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.8/8.12.8) with ESMTP id h2D9cDlT000398; Thu, 13 Mar 2003 10:38:13 +0100 (CET) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.8/8.12.8/Submit) id h2D9cDhn000397; Thu, 13 Mar 2003 10:38:13 +0100 (CET) Date: Thu, 13 Mar 2003 10:38:13 +0100 From: Stijn Hoop To: Ahmed SAHNOUN Cc: freebsd-questions@freebsd.org Subject: Re: Bind9 install Message-ID: <20030313093813.GA203@pcwin002.win.tue.nl> References: <1047547635.3e704ef3f3197@tc-mail.insa-lyon.fr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SUOF0GtieIMvvwua" Content-Disposition: inline In-Reply-To: <1047547635.3e704ef3f3197@tc-mail.insa-lyon.fr> User-Agent: Mutt/1.4i X-Bright-Idea: Let's abolish HTML mail! 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 --SUOF0GtieIMvvwua Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 13, 2003 at 10:27:15AM +0100, Ahmed SAHNOUN wrote: > Hi all, >=20 > I would like to install bind9 on my FreeBSD 4.7, So I'm using ports for t= hat : >=20 > cd /usr/ports/net/bind9 > make=20 > make install >=20 > after those steps, when I invoke "named -version" command, I see that's 8= !! > also "man named" commands gives information only about version 8! >=20 > Any idea? You are inadvertently using the base system version of named. Try # /usr/local/sbin/named -version That should do the trick. I have the following variables in my /etc/make.conf to run bind9 installed from ports: named_enable=3D"YES" named_program=3D"/usr/local/sbin/named" named_args=3D"-t /var/named -u bind -c /named.conf" The last line sets up bind9 so that it is chrooted into /var/named, you might want to check that out. HTH, --Stijn --=20 "What kind of a two-bit operation are they running out of this treehouse, Cooper? I have seen some slipshod backwater burgs, but this place takes the cake." -- Special Agent Albert Rosenfield, "Twin Peaks" --SUOF0GtieIMvvwua Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+cFGFY3r/tLQmfWcRAlWHAJ9Nx1YSCwak1lr+TB6zcDYtIy5CvgCgnJvx d15td9V1Ja+ljsEl1ptgTGc= =j2Wv -----END PGP SIGNATURE----- --SUOF0GtieIMvvwua-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message