Install djbdns on Fedora Core 3
Apr 09, 2005
I am just making notes for myself and hope it is useful to other people, using
RedHat Linux 9
Fedora Core 1
Fedora Core 2
Fedora Core 3
mkdir /package
cd /package
wget http://cr.yp.to/daemontools/daemontools-0.76.tar.gz
tar -zxpf daemontools-0.76.tar.gz
cd admin/
wget http://www.techquotes.com/software/patches/daemontools-0.76.errno.patch
patch -p0 < daemontools-0.76.errno.patch
cd daemontools-0.76/
package/install
cd
wget http://cr.yp.to/ucspi-tcp/ucspi-tcp-0.88.tar.gz
tar zxpf ucspi-tcp-0.88.tar.gz
wget http://www.techquotes.com/software/patches/ucspi-tcp-0.88.errno.patch
patch -p0 < ucspi-tcp-0.88.errno.patch
cd ucspi-tcp-0.88
make
make setup check
cd
wget http://cr.yp.to/djbdns/djbdns-1.05.tar.gz
tar zxpf djbdns-1.05.tar.gz
wget http://www.techquotes.com/software/patches/djbdns-1.05.errno.patch
patch -p0 < djbdns-1.05.errno.patch
wget http://www.techquotes.com/software/patches/djbdns-1.05.conf_invalid_user.patch
patch -p0 < djbdns-1.05.conf_invalid_user.patch
cd djbdns-1.05
make setup check

Congratulations !
Go to DJBDNS for what you want to do with this install.