Building Bind

elsware

The files added to the named build require the cch include files. The
easiest way to make this work is to perform the following steps:

1) Build CCH
tar -xzvf cch-0.6.tar.gz
cd cch-0.6
./configure
make && make install
cd ..
2) Extract and patch the BIND package
tar -xzvf bind9-package.tar.gz          <-- Expands into bind9?
cp cch-0.6/named/*.c bind9/bin/named/.  <-- Use matching name (bind9)

cd bind9
ln -s ../cch-0.6/include/cch cch        <-- Link to include files

cd bind9/bin/named
vi Makefile.in                          <-- Patch as described above
3) Build bind
cd ../..                                <-- Now in "bind9" directory
./configure 
make && make install

MongoDB Logo MongoDB