Link to home
Start Free TrialLog in
Avatar of mmedwid
mmedwid

asked on

Upgrading BIND 8 -> BIND 9 on Free BSD

I copied the .gz file to /home/mydir and unzipped and untarred it.  Then ran ./configure make.  But after killing the named process and restarting - in fact after restarting the entire system - I am still showing I am running bind 8.2.4.  Please point me to a resource for upgrading from the BIND 8.2.4 that comes standard with the Free BSD installation and getting it to 9.2.1.  
ASKER CERTIFIED SOLUTION
Avatar of yuzh
yuzh

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jlevie
jlevie

The default from configure isn't going to install 9.2.1 in the same locations as FreeBSD installed 8.2.4. I belive that if you build Bind 9 from the ports collection it'll install over the Bind 8 installation.

As I recall configure will target Bind 9 for /usr/local. You can run it from there manually or modify /etc/rc.conf to run your copy.  
Avatar of mmedwid

ASKER

Thanks again.  The which named is a great help.  Find showed that named 8 was in /usr/sbin while named 9.1.3 was installed by default in /usr/sbin.  I did two other things...one was in rc.conf I added...

named_program="/usr/local/sbin/named"    

and in /usr/sbin I renamed named to named8.  Any thought on a good way to clean out BIND 8?