]> git.ipfire.org Git - thirdparty/pdns.git/blame - README
juh
[thirdparty/pdns.git] / README
CommitLineData
2e938e5d
BH
1To compile a very basic version, use:
2
3$ ./configure --with-modules=""
4$ make
5# make install
6
7This generates a PowerDNS binary with no modules, except the bind backend,
8built in. When ./configure is run without --with-modules, the mysql module
9is built by default.
10
11To add multiple modules, try:
12
13$ ./configure --with-modules="mysql mypgsql"
14
15For postgresql, you will probably have to edit modules/mypgsql/Makefile.in -
16see the TODO file