In message <[email protected]>, jeffrey j donovan writes: > > On Sep 7, 2012, at 8:46 PM, pangj wrote: > > > Hi, I have a macbook pro, just want to install a BIND on it for test > > purpose. is there any guide for this? thanks. > > open your terminal.app and type ; > > named -v > > most likely it is already installed. > else you can download source tarball unpack and compile in a /usr/local/src > ./configure > make > make install
Edit /System/Library/LaunchDaemons/org.isc.named.plist to start /usr/local/sbin/named instead of /usr/sbin/named. > if that doesn't work you may need the developertools installed first. 10.7 > and 10.8, I don't know. > > _______________________________________________ > Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe > from this list > > bind-users mailing list > [email protected] > https://lists.isc.org/mailman/listinfo/bind-users -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: [email protected] _______________________________________________ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/bind-users

