]> git.ipfire.org Git - thirdparty/pdns.git/blame - README
small fixes
[thirdparty/pdns.git] / README
CommitLineData
bdbf07f0
BH
1PowerDNS is copyright 2002 by PowerDNS.COM BV
2
2e938e5d
BH
3To compile a very basic version, use:
4
5$ ./configure --with-modules=""
6$ make
7# make install
8
9This generates a PowerDNS binary with no modules, except the bind backend,
10built in. When ./configure is run without --with-modules, the mysql module
11is built by default.
12
13To add multiple modules, try:
14
15$ ./configure --with-modules="mysql mypgsql"
16
343546e5
BH
17See http://rtfm.powerdns.com/compiling-powerdns.html for more details.
18
19SOLARIS NOTES
20-------------
21You need gcc 3.x, preferably 3.2!
22If you encounter problems with the Solaris make, gmake is advised
23
24IPv6 is currently (2.9.1.) broken in Solaris, awaiting patches!
25
26FREEBSD NOTES
27-------------
28gcc 2.95.x works. You need to compile using gmake - regular make only appears to
29work, but doesn't in fact.
30
31
32LINUX NOTES
33-----------
34None really.
12e6d4a9
BH
35
36---
37
38After compiling, you may find the file 'pdns/pdns' helpful, we suggest you
39place it in /etc/init.d/ or your operating system's equivalent.
40