Re: [Pdns-users] PowerDNS Recursor 3.1.7 released - with DNS scripting!

2008-08-10 Thread J Knight
On 6/25/2008 at 4:12 AM, "bert hubert" <[EMAIL PROTECTED]> wrote:

> Available on:
>  http://downloads.powerdns.com/releases/pdns-recursor-3.1.7.tar.bz2

oddly enough, this built fine on FreeBSD6.2-RELEASE with gmake = GNU Make 3.81

when I tried to compile this on a RH ES3, with gmake = GNU Make version 3.79.1,
I'd get:

> Testing dependencies and compiler.
> Using gmake to build
> Makefile:45: Extraneous text after `else' directive
> Makefile:48: *** only one `else' per conditional.  Stop.

Seemingly a missing 'endif' - but I am wondering why the newer gmake just 
completely
ignored this?

Fixed with:

*** Makefile.dist   2008-06-24 14:23:33.0 -0400
--- Makefile2008-08-10 11:59:50.0 -0400
***
*** 43,52 
LINKCC=$(CC)
LDFLAGS += malloc.o -ldl -lm
  else ifeq ($(STATIC),full)
!   STATICFLAGS=-lstdc++ $(LUALIBS) -ldl -lm -static
!   LINKCC=$(CC)
! else
!   LDFLAGS += malloc.o $(LUALIBS)
  endif


--- 43,53 
LINKCC=$(CC)
LDFLAGS += malloc.o -ldl -lm
  else ifeq ($(STATIC),full)
!   STATICFLAGS=-lstdc++ $(LUALIBS) -ldl -lm -static
!   LINKCC=$(CC)
!   else
!   LDFLAGS += malloc.o $(LUALIBS)
!   endif
  endif


Thanks,
Jamie


___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


Re: Can pdns-recursor forward . ? / Re: [Pdns-users] Where can I download Windows binaries?

2008-08-10 Thread Leen Besselink
On Tue, Jul 29, 2008 at 12:53:04PM +0200, bert hubert wrote:
> On Tue, Jul 29, 2008 at 12:49:24PM +0200, Leen Besselink wrote:
> > I have an other reason I might want a windows binary. In this case
> > for PowerDNS-recursor.
> 
> You can compile the powerdns recursor on windows if you are reasonably
> windows savvy. It takes me around two days to get it working usually.
> 
> But I really hope someone else will do this, and I'd love to help!
> 
> > And Windows XP doesn't support DNS over IPv6, installing a local
> > forwarding IPv6-enabled PowerDNS-recursor might a be solution to
> > that ? Can I forward . ? I've never tried it.
> 
> It might, unsure. Bit of an odd construction :-)
> 

I tried setting forwarding for ., just to see what happends, but to be
honest it's not a good idea.

First of all it does want to sent the right questions, but they are flagged
as no-recurse (RD-bit not set).

Which is obviously not appropriate and did not work in my setup.

>   Bert
> 
> -- 
> http://www.PowerDNS.com  Open source, database driven DNS Software 
> http://netherlabs.nl  Open and Closed source services
> 
___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users