Hi Im on Debian Lenny and I have tried to download the backend from the following website http://packages.debian.org/sid/i386/pdns-backend-mysql/download and added the folowing lines to my /etc/apt/sources.list like this:
deb http://ftp.de.debian.org/debian sid main; and added a few of the ftp sites for good measure however the response to running a apt-get is that it can not find the application :( The Debian box is definatly on the internet so I manually downloaded the PDNS Static.deb package using a web browser from the debain box from the PDNS website and manually unpacked it and this worked, however I couldnt run the same operation as I couldnt find the backend package on the PDNS website :( I have found the backend on the Debian site however where would I save it too within the Debian OS and how would I unpack it (im a bit of a novice but have enough syntax to get around, Ive installed PHP, Apache and Debian manually). I hope you can help me :) Arron ----- Original Message ----- From: "Kalpesh Thaker" To: [email protected] Cc: "arron bowley" Subject: Re: [Pdns-users] PDNS Postings Date: Fri, 10 Jul 2009 13:31:27 +0200 Sorry for the typos :) if you are using debian/ubuntu you can install powerdns using the commands below: apt-get install pdns-server then to install the gmysql backend, type this after pdns-server has been installed apt-get install pdns-backend-gmysql if you need to install a recursor, do this: apt-get install pdns-recursor On Friday 10 July 2009 1:29:18 pm Kalpesh Thaker wrote: > hi arron. > > if you are using debian/ubuntu you can get install powerdns using the > commands below: > > apt-get install pdns-server > > then to install the gmysql backend, type this after pdns-server has been > installed > > apt-get install pdns-backend-gmysql > > if you need to install a recursor, do this: > > apt-get install pdns-rescursor > > if all else fails, you may need to download the sources from > www.powerdns.com > > cheers > > kalpesh > > On Friday 10 July 2009 1:01:48 pm arron bowley wrote: > > Hi I would like to disciss the above product especially wrt how and where > > to download the PDNS Backend SQL software.. Im trying oto build a server > > and when I type apt-get etc I cant seem to loacte the software. The PDNS > > Static software was located and installed. ThanksArron -- Be Yourself @ mail.com! Choose From 200+ Email Addresses Get a Free Account at www.mail.com
_______________________________________________ Pdns-users mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-users
