Re:Antw: Re:[milter-greylist] Open SuSE 10.2
2008-03-11 by Jonas Israelsson
>if i try to execute ./configure i always get the message "required libmilter not found, use --with-libmilter". So i extracted the sendmail-libmilter-includes from source and installed them in /usr/include. Then i tried to invoke
>./configure --with-libmilter=/usr/include/libmilter and got the same message. I even tried 1000 other possibilities, but the message remains the same. Whats wrong ? Can you help me ?
It's been almost a year since I compiled greylisting, but what you experience does sound familiar. If not mistaken the file greylisting looks for is limbilter.a , could you verify this is placed in the path mentioned above? Have you compiled sendmail yourself or is it installed from package?
You should also verify that sendmail have been compiled with milter enabled, run sendmail -d0 and look for MILTER.
root@K7800002 sendmail -d0
Version 8.14.1
Compiled with: DNSMAP LOG MATCHGECOS MILTER MIME7TO8 MIME8TO7
NAMED_BIND NETINET NETINET6 NETUNIX NEWDB PIPELINING SCANF
USERDB XDEBUG
Rgds Jonas