<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;">Hi there,<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>You may want to add lines like the following in your sources.list file:<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p><span style=" font-weight:600;">deb http://ftp.de.debian.org/debian/ lenny main contrib non-free</span><br>
<span style=" font-weight:600;">deb http://ftp.de.debian.org/debian/ lenny-proposed-updates main contrib  non-free</span><br>
<span style=" font-weight:600;">deb http://security.debian.org/ lenny/updates main</span><br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0; font-weight:600;"><br></p>i noticed that you mentioned you are using lenny, but have "sid" repositories setup on your machine..so that may be your problem. <br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>you need to specify your repositories to use the same version of the OS you are using, and remember to run "<span style=" font-weight:600;">apt-get update</span>" after editing the sources.list file, otherwise aptitude and apt-get will not "see" any new packages from the repository.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>once you are done, you should be able to install the pdns packages using apt-get install commands.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>if you are still having issues installing from apt-get, you can install pdns-server from the sources available on the powerdns website. to install backends when compiling powerdns-server, use the following line as part of your configure, make, make install procedure.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p><span style=" font-weight:600;">./configure --with-modules="backendname"</span><br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>generally you would unpack sources to the /usr/local/src dir, then compile from there. depending on what ext your files use, you can use the tar command to extract .tar or .tar.gz. more info can be found for this command in the man pages...to get to these just type:<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p><span style=" font-weight:600;">man tar</span><br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>all the best<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>kalpesh<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>On Friday 10 July 2009 5:52:54 pm arron bowley wrote:<br>
> Hi  Im on Debian Lenny and I have tried to download the backend from the<br>
> following website<br>
>  http://packages.debian.org/sid/i386/pdns-backend-mysql/download and added<br>
> the folowing lines to my /etc/apt/sources.list like this:<br>
><br>
> deb http://ftp.de.debian.org/debian sid main; and added a few of the ftp<br>
> sites for good measure however the response to running a apt-get is that it<br>
> can not find the application :(<br>
><br>
> The Debian box is definatly on the internet so I  manually downloaded the<br>
> PDNS Static.deb package using a web browser from the debain box  from the<br>
> PDNS website and manually unpacked it and this worked,<br>
><br>
> however I couldnt run the same operation as I couldnt find the backend<br>
> package on the PDNS website :(<br>
><br>
> I have found the backend on the Debian site however where would I save it<br>
> too within the Debian OS and how would I unpack it (im a bit of a novice<br>
> but have enough syntax to get around, Ive installed PHP, Apache and<br>
><br>
> Debian manually).<br>
><br>
> I hope you can help me :)<br>
><br>
> Arron<br>
><br>
>   ----- Original Message -----<br>
>   From: "Kalpesh Thaker"<br>
>   To: pdns-users@mailman.powerdns.com<br>
>   Cc: "arron bowley"<br>
>   Subject: Re: [Pdns-users] PDNS Postings<br>
>   Date: Fri, 10 Jul 2009 13:31:27 +0200<br>
><br>
> Sorry for the typos :)<br>
><br>
><br>
> if you are using debian/ubuntu you can install powerdns using the<br>
> commands below:<br>
><br>
><br>
> apt-get install pdns-server<br>
><br>
><br>
> then to install the gmysql backend, type this after pdns-server has been<br>
> installed<br>
><br>
><br>
> apt-get install pdns-backend-gmysql<br>
><br>
><br>
> if you need to install a recursor, do this:<br>
><br>
><br>
> apt-get install pdns-recursor<br>
><br>
> On Friday 10 July 2009 1:29:18 pm Kalpesh Thaker wrote:<br>
> > hi arron.<br>
> ><br>
> > if you are using debian/ubuntu you can get install powerdns using the<br>
> > commands below:<br>
> ><br>
> > apt-get install pdns-server<br>
> ><br>
> > then to install the gmysql backend, type this after pdns-server has<br>
><br>
> been<br>
><br>
> > installed<br>
> ><br>
> > apt-get install pdns-backend-gmysql<br>
> ><br>
> > if you need to install a recursor, do this:<br>
> ><br>
> > apt-get install pdns-rescursor<br>
> ><br>
> > if all else fails, you may need to download the sources from<br>
> > www.powerdns.com<br>
> ><br>
> > cheers<br>
> ><br>
> > kalpesh<br>
> ><br>
> > On Friday 10 July 2009 1:01:48 pm arron bowley wrote:<br>
> > > Hi I would like to disciss the above product especially wrt how and<br>
><br>
> where<br>
><br>
> > > to download the PDNS Backend SQL software.. Im trying oto build a<br>
><br>
> server<br>
><br>
> > > and when I type apt-get etc I cant seem to loacte the software. The<br>
><br>
> PDNS<br>
><br>
> > > Static software was located and installed. ThanksArron<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p></body></html>