Changes between Version 57 and Version 58 of PDNSSEC

Show
Ignore:
Timestamp:
04/14/12 18:57:14 (14 months ago)
Author:
peter
Comment:

drop some warnings, note that this page is old

Legend:

Unmodified
Added
Removed
Modified
  • PDNSSEC

    v57 v58  
    44Documentation can be found on http://doc.powerdns.com/powerdnssec-auth.html 
    55 
    6 PowerDNSSEC is currently in Release Candidate stage and suitable for unattended production use. If you can read this, it works ;) 
     6This page is somewhat outdated! Please refer to the documentation as linked above first! 
    77 
    88== Installing or Compiling == 
     
    1111Alternatively, get the [http://powerdnssec.org/downloads tar.gz] and compile: 
    1212{{{ 
    13 $ tar xzf pdns-3.0-rc3*.tar.gz 
    14 $ cd pdns-3.0-rc3* 
    15 $ ./configure --with-modules="gsqlite3 gmysql gpgsql" (pick one or more. At least one of these has to be here, even for BIND operation only) 
     13$ tar xzf pdns-3.1-rc2*.tar.gz 
     14$ cd pdns-3.1-rc2* 
     15$ ./configure --with-modules="gsqlite3 gmysql gpgsql bind" (pick one or more) 
    1616$ make -j2  
    1717wait 
     
    2525}}} 
    2626 
    27 Note that you need to compile in either gsqlite3, gpqsql or gmysql - the built-in BIND backend can't store DNSSEC keying materials natively! 
     27Note that you need to compile in either gsqlite3, gpqsql, gmysql or bind! 
     28 
    2829== Help with compiling or installing == 
    2930The pdns-dev [MailingLists mailing list] is a good place to discuss PowerDNSSEC compilation problems. Our irc channel #powerdns on irc.oftc.net can also be helpful. Development news is also tweeted via [http://twitter.com/PowerDNS_Bert @PowerDNS_Bert] and [http://twitter.com/PowerDNS @PowerDNS].