Changes between Version 20 and Version 21 of PDNSSEC
- Timestamp:
- 04/30/10 20:47:10 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDNSSEC
v20 v21 2 2 The very latest and greatest can be found on http://svn.powerdns.com/dnssec-wild-testing/ 3 3 4 PowerDNSSEC is currently in a very wild state, and is completely unsuitable for production use. Even compiling it is surprisingly hard.4 PowerDNSSEC is currently in a very wild state, and is completely unsuitable for production use. ~~Even compiling it is surprisingly hard.~~ 5 5 6 6 == Compiling == … … 14 14 }}} 15 15 16 You will probably get an error about missing 'boost' libraries right now. If you are lucky, you can simply install packages like 'boost-filesystem-dev' and 'boost-program-options-dev', and re-run make. If installing these packages worked, but 'make' still does not complete successfully, try editing pdns/Makefile.am and pdns/modules/bind/Makefile.am and replace -lboost_*-mt by -lboost_*.16 You will probably get an error about missing 'boost' libraries right now. You should install packages like 'boost-filesystem-dev' and 'boost-program-options-dev', and re-run make. ~~ If installing these packages worked, but 'make' still does not complete successfully, try editing pdns/Makefile.am and pdns/modules/bind/Makefile.am and replace -lboost_*-mt by -lboost_*. ~~ 17 17 18 18 == Help with compiling or installing ==