[users@httpd] compile and install from source

2015-03-29 Thread
Downloaded and compiled bind-9.9.7 (FreeBSD 8.4-RELEASE) and it built fine (./configure && make && make install). If I try to start named (service named start), it starts this version instead of the version in /usr/local/sbin I found this in /etc/defaults/rc,conf: named_enable="NO"

[users@httpd] compile and install from source

2015-03-28 Thread @lbutlr
Downloaded and compiled bind-9.9.7 and it built fine (./configure && make && make install). but /usr/sbin/named is still 9.8 If I try to start named (service named start), it starts this version instead of the version in /usr/local/sbin I assume I need to either replace /etc/rc.d/named or fix