Help! NOTZONE error with nsupdate

Paul Vixie paul at vix.com
Mon Sep 10 14:30:50 UTC 2001


> If you feel you must use an RPM, bind-9.1.3-3.i386.rpm is available on
> RedHat's rawhide site.
> Learning to build your own is a valuable skill to cultivate (IMO).

Indeed.  Here, let me help.

	% cd
	% mkdir bindbuild
	% cd bindbuild
	% ftp ftp.isc.org
	Name: ftp
	Password: $YOU@$YOURDOMAIN
	ftp> passive
	ftp> cd isc/bind9/9.2.0rc2
	ftp> get bind-9.2.0rc2.tar.gz
	ftp> quit
	% tar xzf bind-9.2.0rc2.tar.gz
	% cd bind-9.2.0rc2
	% ./configure
	% make
	% make install
	% make clean
	% cd
	% rm -rf bindbuild

If the RPM is doing more than that, then, it's broken.


More information about the bind-users mailing list