[Pdns-users] PowerDNS Recursor 4.0.0 Alpha 3 released

Peter van Dijk peter.van.dijk at powerdns.com
Mon Aug 8 15:50:47 UTC 2016


Hello Steinar,

On 7 Aug 2016, at 12:50, sthaug at nethelp.no wrote:

> I have finally been able to make a running Recursor 4.0.1. I started
> with a newly installed FreeBSD 10.3-STABLE, Boost 1.55.0 and no other
> packages installed. I was able to get the Recursor 4.0.1 to compile
> and link with the following patch to Makefile.am (or a corresponding
> patch to Makefile.in):
>
> --- Makefile.am.orig	2016-07-29 16:35:46.000000000 +0200
> +++ Makefile.am	2016-08-06 22:06:37.565123000 +0200
> @@ -151,7 +151,7 @@
>  	$(RT_LIBS)
>
>  pdns_recursor_LDFLAGS = $(AM_LDFLAGS) \
> -	$(LIBCRYPTO_LDFLAGS)
> +	$(LIBCRYPTO_LDFLAGS) $(BOOST_CONTEXT_LDFLAGS)
>
>  if BOTAN110
>  pdns_recursor_SOURCES += \
>
> the reason being that the Boost 1.55.0 libraries are installed under
> /usr/local/lib *and* this is picked up by configure *but* is not
> used to update the final link command line.

Thank you for your research. I have not tried reproducing it (I do 
recall being able to build pdns 4 on freebsd 10 a few weeks ago without 
this patch though), but I notice that 
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211147 somehow manages 
without. Do you have any idea why? I’m happy to upstream your patch, 
of course (note that filing a Pull Request on github is the best way for 
this) but I’d like to understand why we see this difference between 
different people building it.

Kind regards,
-- 
Peter van Dijk
PowerDNS.COM BV - https://www.powerdns.com/


More information about the Pdns-users mailing list