Changes between Version 57 and Version 58 of PDNSSEC
- Timestamp:
- 04/14/12 18:57:14 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDNSSEC
v57 v58 4 4 Documentation can be found on http://doc.powerdns.com/powerdnssec-auth.html 5 5 6 PowerDNSSEC is currently in Release Candidate stage and suitable for unattended production use. If you can read this, it works ;) 6 This page is somewhat outdated! Please refer to the documentation as linked above first! 7 7 8 8 == Installing or Compiling == … … 11 11 Alternatively, get the [http://powerdnssec.org/downloads tar.gz] and compile: 12 12 {{{ 13 $ tar xzf pdns-3. 0-rc3*.tar.gz14 $ 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) 16 16 $ make -j2 17 17 wait … … 25 25 }}} 26 26 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! 27 Note that you need to compile in either gsqlite3, gpqsql, gmysql or bind! 28 28 29 == Help with compiling or installing == 29 30 The 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].