On Mon, 28 Apr 2014 09:33:13 +0530 Dharmesh <[email protected]> wrote:
> Hi all, > > I was trying to build pdns deb package from source code of powerdns > but i am not able to build the deb package properly. > > Following Steps are used by my for creation of deb package :- > 1. ./configure --with-modules="gpgsql" --without-lua --prefix=/usr > 2. make > 3. sudo checkinstall > > After this i get a deb package but the default path of pdns.conf file > is at /usr/etc/ and not at /etc/powerdns/pdns.conf > > what all things i am missing above to make the above change happen. > Add "--sysconfdir=/etc/powerdns" when you run "./configure". If unsure, execute "./configure --help" to see other options. _______________________________________________ Pdns-users mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-users
