spamass-milter port

Chuck Swiger cswiger at mac.com
Tue Sep 6 07:10:15 PDT 2005


Aleksey wrote:
> Hello.
> I'm experiencing torubles, installing spamass-milter from ports.
> 
> ===>  Script "configure" failed unexpectedly.
> Please report the problem to ports at FreeBSD.org [maintainer] and attach the
> "/usr/ports/mail/spamass-milter/work/spamass-milter-0.3.0/config.log" including
> the output of the failure of your make command. Also, it might be a good idea
> to provide an overview of all packages installed on your system (e.g. an `ls
> /var/db/pkg`).
> *** Error code 1
> 
> Stop in /usr/ports/mail/spamass-milter.

It's failing because it can't find the milter library from sendmail:

> | #endif
> | /* We use char because int might match the return type of a gcc2
> |    builtin and then its argument prototype would still apply.  */
> | char mi_stop ();
> | int
> | main ()
> | {
> | mi_stop ();
> |   ;
> |   return 0;
> | }
> configure:7351: result: no
> configure:7362: error: Cannot find libmilter

Do you have NO_SENDMAIL defined in /etc/make.conf, by any chance?

-- 
-Chuck


More information about the freebsd-ports mailing list