PowerDNS
PowerDNS is a suite of awesomely powerful daemons for setting up both authoriative and cachingd DNS services.
Compilation of the authoriative service
Last updated with instruaction aginst 3.4.4. The following is for linking only against PostgreSQL.
./configure --with-modules='gpgsql' --without-mysql --with-pgsql=/usr/lib/postgresql/9.1 --prefix=/opt/powerdns/pdns-3.4.4 --enable-static-boost
- Semi static compilation of the Authoritive Service.
Compilation of the recursive service
Last updated with instruaction aginst 3.7.2.
Process:
STATIC=semi ./configure
STATIC=semi make
sudo DESTDIR=/opt/powerdns/recursor-3.7.2 make install
Notes
- Ready for notes!