bind-9.9.3b2

bind に問題があるらしいので bind-9.9.3b2 をインストールしておいた。

wget ftp://ftp.isc.org/isc/bind/9.9.3b2/bind-9.9.3b2.tar.gz
tar zxf bind-9.9.3b2.tar.gz
cd /usr/local/src/bind-9.9.3b2
./configure --with-openssl=/usr/local/ssl
make
bin/tests/system/ifconfig.sh up
make test
make install
/etc/rc.d/named restart

確認しておく。

/usr/local/sbin/named -V
BIND 9.9.3b2 id:aa7c2590 built with '--with-openssl=/usr/local/ssl'
using OpenSSL version: OpenSSL 1.0.1e 11 Feb 2013
using libxml2 version: 2.8.0