AIDA Shinra wrote: > 1. What happens if you modify LIBS in Makefile like this: > LIBS= -lmilter -lbind -lnsl -pthread Same effect. > > 2. Where did BIND installed its headers, especially netdb.h? bind installed to /usr/local/bind/include. However, there are several netdb.h's on my system: /usr/include/bits/netdb.h /usr/include/netdb.h /usr/include/rpc/netdb.h /usr/include/isc/netdb.h /usr/include/lwres/netdb.h /usr/local/bind/include/netdb.h Of importance: my system does have redahat 9's bind-devel package installed, but it lacks libbind.a and libbind.so. I built my own libbind from redhat's own bind sourcefiles. Since I built from the same source, I would have assumed this libbind would work with everything else redhat shipped. > 3. If everything fails, undefine HAVE_GETADDRINFO in your config.h. > It is a pseudofix but it probably works for you. That does work. Should I try removing bind-devel? Perhaps its getting mixed pieces somewhere?
Message
Re: [milter-greylist] Re: milter-greylist 3.0rc6 segmentation fault.
2006-11-02 by Matt Kettler
Attachments
- No local attachments were found for this message.