Help! NOTZONE error with nsupdate

Bill Manning bmanning at ISI.EDU
Mon Sep 10 15:27:21 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.
% 

	Well,  if DNSSEC is of interest, you will want to add the 
	following flag to the ./configure step:

	./configure  --with-openssl

	and that is where you decide if threads are in your version
	of BINDs future.

--bill
	

-- 
--bill


More information about the bind-users mailing list