Installation of the PowerDNS Authoritative server on UNIX systems can be done in several ways:
PowerDNS Authoritative Server is available through the apt system.
# apt-get install pdns-server
Debian splits the backends into several different packages, install the required backend as follows:
# apt-get install pdns-backend-$backend
On RedHat based system there are 2 options to install PowerDNS, from EPEL, the repository from Kees Monshouwer or from the PowerDNS repositories:
Add either to your list of repositories and install PowerDNS by issuing:
# yum install pdns
The different backends can be installed using
# yum install pdns-backend-$backend
Once installed, Basic setup: configuring database connectivity using MySQL or start migrating your data.