[Pdns-users] pdns_recursor stops getting queries on Solaris 10 sparc

Alex Kiernan alex.kiernan at gmail.com
Wed Sep 12 13:42:08 UTC 2007


On 12/09/2007, Christian Kuehn <christian.kuehn at mcs.de> wrote:
> HI,
>
> we found the same problem and it looks like a problem with Sol10.
>
> Our fix was a small change in sysdeps/SunOS.inc
>
> ifeq ($(CC),cc)
>         CC:=gcc
> endif
>
> LDFLAGS+=-lresolv -lsocket -lnsl
> OS_SPECIFIC_INSTALL=mkdir -p $(DESTDIR)/etc/init.d ; cp pdns-recursor.init.d $(D
> ESTDIR)/etc/init.d/pdns-recursor
>
> #OPTIONALS:=optional/portsmplexer.o
>
> #optional/portsmplexer.o: portsmplexer.cc
> #       $(CXX) $(CXXFLAGS) -c $< -o $@  ; true
>

So force fallback to a select based model? My initial suspicion was
that it was around the ports stuff - I'll go and stare at that some
more.

-- 
Alex Kiernan


More information about the Pdns-users mailing list