cch Home
Brought to you by:
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:
tar -xzvf cch-0.6.tar.gz
cd cch-0.6
./configure
make && make install
cd ..
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
cd ../.. <-- Now in "bind9" directory
./configure
make && make install