Install BIND 10 on Fedora

Install BIND 10 on Fedora 19.

Follow the instructions at http://bind10.isc.org/wiki/SystemNotesFedora18 and the examples below.

Undefined macro AC_PROG_LIBTOOL. Install package libtool.

[root@localhost bind10]# autoreconf -i
configure.ac:58: error: possibly undefined macro: AC_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
[root@localhost bind10]# yum install libtool -y
[root@localhost bind10]# autoreconf -i

C++ compiler cannot create executables. Install package gcc-c++.

[root@localhost bind10]# ./configure --prefix=$HOME/local/bind10 --with-log4cplus=/usr --with-gtest=/usr
configure: error: C++ compiler cannot create executables
See 'config.log' for more detail
[root@localhost bind10]# yum install -y gcc-c++
[root@localhost bind10]# ./configure --prefix=$HOME/local/bind10 --with-log4cplus=/usr --with-gtest=/usr
Tags: 

Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer