This is BIND 4.9.7 for SR10.4.1 (19980522). This kit include all original files and executable DNS server program for Apollo m68k machine. The original source kit is bind-4.9.7-REL.tar.gz. You can get it from http://www.isc.org/isc . I compiled this used by Apollo CC, no sorce file modified. If you would like to compile your self, 1: Get original source kit from ISC. 2: Modify Makefile (uncomment Apollo part) or apply the patche for Makefile. To do this, execute shell commands: % /usr/new/patch -p0 < DIFFs.apollo If you apply this, all man files will be installed under /usr/local/man. 3: Then make it. Additional files: README.apollo: This document. DIFFs.apollo: context diffs for Makefile. Modified files: Makefile: Already modified for Apollo. The original file is Makefile.orig Install: First of all, please backup your old BIND (DNS) files. Because "make" will replace traditional executables and some include files. Target files are, /etc/named /etc/named-xfer /etc/named.reload /etc/named.restart /etc/ndc /usr/bin/addr /usr/bin/dig /usr/bin/dnsquery /usr/bin/host /usr/bin/nslookup /usr/bin/nslookup.help /usr/include/arpa/inet.h /usr/include/arpa/nameser.h /usr/include/netdb.h /usr/include/resolv.h /usr/lib/libresolv.a /usr/local/man/cat1/dig.1 /usr/local/man/cat1/dnsquery.1 /usr/local/man/cat1/host.1 /usr/local/man/cat3/gethostbyname.3 /usr/local/man/cat3/getnetent.3 /usr/local/man/cat3/resolver.3 /usr/local/man/cat5/resolver.5 /usr/local/man/cat7/hostname.7 /usr/local/man/cat7/mailaddr.7 /usr/local/man/cat8/named-xfer.8 /usr/local/man/cat8/named.8 /usr/local/man/cat8/named.reload.8 /usr/local/man/cat8/named.restart.8 /usr/local/man/cat8/ndc.8 /usr/local/man/cat8/nslookup.8 Then just type, % make install Then you shold write /etc/resolv.conf, /etc/naemd.boot according normal way. NOTE: Do not include "_" (underscore) in your hostname. If you include it, /etc/named will be terminated. This is not a BUG, specification (Read RFC). If you have questions, comments about this kit, please send e-mail to ishimura@pictinc.co.jp Have a fun!