elk>>> ./configure --with-user=greylist --enable-dnsrbl
elk>>> --with-libbind=/usr/local/lib
HU>> As far as I read configure.ac, it should be --with-libbind=/usr/local.
DS> Yes, yes, I tried both, as well as adding CPPFLAGS with
DS> -I/usr/local/bind/include. The result is the same all
DS> the time.
This helped:
CPPFLAGS="-D_BSD_SOURCE -I/usr/local/bind/include" ./configure \
--with-user=greylist --enable-dnsrbl --with-libbind=/usr/local
after that configuration was done without errors, and milter-greylist
was compiled (with several warnings).
Has anyone here compiled milter-greylist 2.1.8(9) under Linux with
--enable-dnsrbl?
Best regards,
Denis SolovyovMessage
Re[3]: [milter-greylist] "DNS resolver is not thread safe" error
2006-07-28 by Denis Solovyov