On Thu, Jan 23, 2020, Stuart Henderson wrote:
> On 2020-01-22, Claus Assmann <ca+openbsd_m...@esmtp.org> wrote:
> > The functional tests for sendmail use ldns-testns as DNS server
> > which provides specific test data and error behaviours.
> > It runs on a port  > 1024 to avoid requiring root access.

> For the libbind port, to avoid the conflict with libc/asr, those two
> symbols are renamed. You need to set cpp flags to make sure you're
> getting the version of resolv.h from /usr/local/include *not* the one in
> /usr/include.

With these flags (CPP/LD):
-I/usr/local/include/bind
-L/usr/local/bind/libbind -lbind
and a little bit more hacking of the code
(only to call res_init() in the "right" place)
this work!

Thank you, now I can continue to use my OpenBSD
machine for testing the DANE code in sm8.

-- 
Address is valid for this mailing list only, please do not reply
to it direcly, but to the list.

Reply via email to