Add instruction about the use of --libdir
[pdns-ldap-backend/landonf.git] / INSTALL
blob2debd74858d08c6d8c3536309f6dfa999f36db1a
1 Installing this backend from source requires access to PowerDNS sources.
2 The usual gang is used, with configure needing an extra parameter to
3 point it to pdns sources:
5 ./bootstrap
6 ./configure --with-pdns=/path/to/pdns/sources/powerdns --libdir=/path/to/pdns/pluginsdir
7 make
8 make install
10 The --libdir is here to install the newly built plugin where
11 PowerDNS expects to find them. This is generally /usr/lib/powerdns
12 or /usr/lib64/powerdns.