Date: Thu, 13 Mar 2003 10:38:13 +0100 From: Stijn Hoop <stijn@win.tue.nl> To: Ahmed SAHNOUN <asahnoun@telecom.insa-lyon.fr> Cc: freebsd-questions@freebsd.org Subject: Re: Bind9 install Message-ID: <20030313093813.GA203@pcwin002.win.tue.nl> In-Reply-To: <1047547635.3e704ef3f3197@tc-mail.insa-lyon.fr> References: <1047547635.3e704ef3f3197@tc-mail.insa-lyon.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
--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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030313093813.GA203>