-include dep
-PDNS_RECURSOR_OBJECTS=syncres.o misc.o unix_utility.o qtype.o logger.o statbag.o \
+PDNS_RECURSOR_OBJECTS=syncres.o misc.o unix_utility.o qtype.o logger.o \
arguments.o lwres.o pdns_recursor.o recursor_cache.o dnsparser.o \
dnswriter.o dnsrecords.o rcpgenerator.o base64.o zoneparser-tng.o \
rec_channel.o rec_channel_rec.o
1) head to http://sourceforge.net/project/showfiles.php?group_id=7586 and
download the latest boost tar.bz2 or tar.gz, perhaps from:
-http://prdownloads.sourceforge.net/boost/boost_1_33_1.tar.bz2?download
+http://surfnet.dl.sourceforge.net/sourceforge/boost/boost_1_33_1.tar.bz2
+(use the first link if this one doesn't work)
2) untar it:
$ CXXFLAGS=-I./boost-1.33.1/ make
+4) Run ./pdns_recursor and you should be set!
\ No newline at end of file
-INCLUDES="iputils.hh arguments.hh base64.hh zoneparser-tng.hh statbag.hh \
+INCLUDES="iputils.hh arguments.hh base64.hh zoneparser-tng.hh \
rcpgenerator.hh lock.hh dnswriter.hh dnsrecords.hh dnsparser.hh utility.hh \
recursor_cache.hh rec_channel.hh qtype.hh misc.hh dns.hh syncres.hh \
sstuff.hh mtasker.hh mtasker.cc lwres.hh logger.hh ahuexception.hh"
CFILES="syncres.cc misc.cc unix_utility.cc qtype.cc \
-logger.cc statbag.cc arguments.cc lwres.cc pdns_recursor.cc \
+logger.cc arguments.cc lwres.cc pdns_recursor.cc \
recursor_cache.cc dnsparser.cc dnswriter.cc dnsrecords.cc rcpgenerator.cc \
base64.cc zoneparser-tng.cc rec_channel.cc rec_channel_rec.cc rec_control.cc"
cp README-recursor pdns-recursor/README
cp COPYING pdns-recursor/
cp config-recursor.h pdns-recursor/config.h
+mkdir pdns-recursor/rrd
+cp tools/rrd/{create,update,makegraphs,index.html} pdns-recursor/rrd
+
tar cjf pdns-recursor.tar.bz2 pdns-recursor