I have read a few threads on getting BIND to install in OSX. I also had problems getting any version of BIND to install successfully that I tried. I tried installing BIND4, BIND8, and BIND9. I was unable to get any to work. Today though, I thought that I would try again. I downloaded the latest Release Candidate for version BIND9.2.0 wich is RC8 (bind-9.2.0rc8.tar.gz). It took me exactly 6 steps to get it completely installed.
1) Download the file ftp.isc.org/isc/bind9/bind-9.2.0rc8/bind-9.2.0rc8.tar.gz
2) type: tar -zxvf binf-9.2.0rc8.tar.gz
3) cd bind-9.2.0rc8
4) type: ./configure
5) type: make
6) type: make install
This version configured, made, and installed without ONE error. It says that it hasnt been tested on Darwin, but I can tell you that there were no problems at all. I hope that this will help someone.
xTrotter
1) Download the file ftp.isc.org/isc/bind9/bind-9.2.0rc8/bind-9.2.0rc8.tar.gz
2) type: tar -zxvf binf-9.2.0rc8.tar.gz
3) cd bind-9.2.0rc8
4) type: ./configure
5) type: make
6) type: make install
This version configured, made, and installed without ONE error. It says that it hasnt been tested on Darwin, but I can tell you that there were no problems at all. I hope that this will help someone.
xTrotter