]> git.ipfire.org Git - thirdparty/pdns.git/blob - README
c
[thirdparty/pdns.git] / README
1 PowerDNS is copyright 2002 by PowerDNS.COM BV
2
3 To compile a very basic version, use:
4
5 $ ./configure --with-modules=""
6 $ make
7 # make install
8
9 This generates a PowerDNS binary with no modules, except the bind backend,
10 built in. When ./configure is run without --with-modules, the mysql module
11 is built by default.
12
13 To add multiple modules, try:
14
15 $ ./configure --with-modules="mysql mypgsql"
16
17 For postgresql, you will probably have to edit modules/mypgsql/Makefile.in -
18 see the TODO file
19
20 ---
21
22 After compiling, you may find the file 'pdns/pdns' helpful, we suggest you
23 place it in /etc/init.d/ or your operating system's equivalent.
24