- Main page
- Install instructions are here
- My corrections
- avoid this error(/usr/bin/ld: errno: TLS definition in /lib64/libc.so.6 section .tbss mismatches non-TLS reference in envdir.o)
- When installing daemontools http://cr.yp.to/daemontools/install.html
- before running install edit this file
- vi src/conf-cc
- add this to end of gcc line
- -include /usr/include/errno.h
- When installing ucspi-tcp http://cr.yp.to/ucspi-tcp/install.html
- vi conf-cc
- add this to end of gcc line
- -include /usr/include/errno.h
- The above linux bug fix is documented in the djbdns instructions but when following the installs sequentially you miss the note
- How to run a DNS server notes
4. On the second computer, as root, edit /service/tinydns/root/data to remind yourself that DNS data is replicated from the first computer to the second: # Do not edit data on this computer! data.cdb is copied from 1.8.7.200. # The following line protects data.cdb by stopping make. 9
/service/tinydns/root/data does not exist until step 5. use /etc/tinydns/root/data