Changes between Version 20 and Version 21 of PDNSSEC

Show
Ignore:
Timestamp:
04/30/10 20:47:10 (3 years ago)
Author:
ahu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDNSSEC

    v20 v21  
    22The very latest and greatest can be found on http://svn.powerdns.com/dnssec-wild-testing/ 
    33 
    4 PowerDNSSEC is currently in a very wild state, and is completely unsuitable for production use. Even compiling it is surprisingly hard. 
     4PowerDNSSEC is currently in a very wild state, and is completely unsuitable for production use. ~~Even compiling it is surprisingly hard.~~ 
    55 
    66== Compiling == 
     
    1414}}} 
    1515 
    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_*. 
     16You 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_*. ~~ 
    1717 
    1818== Help with compiling or installing ==