CentOS 4 + milter-greylist problems
2006-11-16 by Ugo Bellavance
Hi, I'd just want to report that I tried installing milter-greylist 3 RC6 and I had to do the trick I found here: http://tech.groups.yahoo.com/group/milter-greylist/message/2636 > configure --enable-dnsrbl (Note, *no* --with-libbind) > Then edit the resulting Makefile and replace: > LIBS= -lresolv -lnsl -lpthread -lmilter > with: > LIBS= /usr/lib/libresolv.a -lnsl -lpthread -lmilter Will this be fixed so that we don't need a trick? Can I help out? Regards, Ugo