Date: Thu, 05 Apr 2012 21:43:38 +0100 From: Matthew Seaman <matthew@FreeBSD.org> To: bsd <bsd@todoo.biz> Cc: Liste FreeBSD <freebsd-questions@FreeBSD.org> Subject: Re: Problem installing bind in jail Message-ID: <4F7E03FA.9040101@FreeBSD.org> In-Reply-To: <47BE4A7A-E5E4-498B-A994-9CC331D3CA85@todoo.biz> References: <47BE4A7A-E5E4-498B-A994-9CC331D3CA85@todoo.biz>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] On 05/04/2012 18:24, bsd wrote: > I have decided to recompile bind in the latest version and I am > running into a problem which is caused by bind port not following the > FreeBSD requisites and trying to install things in /usr/include/isc What on earth gives you the idea that dns/bind98 doesn't conform to hier(7)? The bind ports are all installing stuff correctly: the only files that get installed in an 'isc' or 'isccc' sub-directory are c-language header files. That's perfectly legal according to the rules. No problem there. I suggest turning off the REPLACE_BASE option in the port. You really don't need it -- install as normal under /usr/local (which I guess should fix the writablity problems). Then all you need to enable the ports version of named is to put the following in /etc/rc.conf: named_enable="YES" named_program="/usr/local/sbin/named" That's it. You can now start up the ports version of named by: /etc/rc.d/named start The bind port creates symlinks for named.conf, rndc.conf and rndc.key in /usr/local/etc so you can control the ports version of bind in the usual way using rndc(8). (Well, assuming you've set up /etc/namedb/named.conf properly.) Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk9+BAEACgkQ8Mjk52CukIzzjgCcCx+0+WrXKKgXgd0D/o+HDBpQ mRMAn23zeQcq3c0C0P6E9bvkLPXnGiDk =11xL -----END PGP SIGNATURE-----help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F7E03FA.9040101>
