On Fri, May 2, 2014 at 5:00 PM, Wijatmoko U. Prayitno wrote:
> On Fri, 2 May 2014 15:50:10 +0530
> Dharmesh wrote:
>
> > After doing the changes, the package was build successfully but after
> > installation, powerdns server was not able to start as it was
> > searching for libgpgsqlbackend.so fi
On Fri, 2 May 2014 15:50:10 +0530
Dharmesh wrote:
> After doing the changes, the package was build successfully but after
> installation, powerdns server was not able to start as it was
> searching for libgpgsqlbackend.so file
> in /usr/lib/powerdns/libgpgsqlbackend.so whereas as this file is
> p
Hi,
Thanks for your help. That worked for me.
I have few more queries :
1. How can i build a pdns-static deb package.. do we need to specify some
other options during dpkg-buildpackage
2. What if i want to create a pdns package which will install all the
binaries and system libraries at a user d
This is how we build our Debian packages:
git clone https://github.com/PowerDNS/pdns
cd pdns
rm -rf debian
ln -s debian-pdns debian
vi debian/rules ---> remove all backends and debs except
pgsql (backends and debs on top of the file)
---> replace line 7
I'm not familiar with debian packaging.. ask Google.
On Mon, 28 Apr 2014 14:00:46 +0530
Dharmesh wrote:
> It worked for me. Thanks for your help.
>
> After this i am stuck with one more thing. The init.d script is made
> at pdns/pdns and is not automatically copied to the /etc/init.d/
>
> also
Hi,
It worked for me. Thanks for your help.
After this i am stuck with one more thing. The init.d script is made at
pdns/pdns and is not automatically copied to the /etc/init.d/
also there is a folder in source tarbal named as debian-pdns. What is the
use of that folder. How to create a deb packa
On Mon, 28 Apr 2014 09:33:13 +0530
Dharmesh 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"
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 thi