Sysadmin <sysadmin@...> wrote: [BIND configuration] > ./configure --prefix=/usr/local/bind --enable-libbind (...) [milter-greylist configuration] > ./configure --with-user=smmsp --without-db --without-drac-db > \ > --with-conffile=/etc/mail/greylist.conf > --with-dumpfile=/var/spool/greylist/greylist.db \ > --bindir=/usr/local/sbin --enable-dnsrbl --with-libbind=/usr > --with-thread-safe-resolver Use --with-libbind=/usr/local/bind since you installed it there. And if you use the resolver from BIND 9, you should not need --with-thread-safe-resolver Please adjust --with-libbind and remove --with-thread-safe-resolver, and tell us how it goes. I suspect you'll succeed. If you do I'll update the docs to give theses hints. Basically, your problem was that you did not have libbind.a, right? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@...
Message
Re: [milter-greylist] "DNS resolver is not thread safe" error
2006-08-05 by manu@netbsd.org
Attachments
- No local attachments were found for this message.