Date: Tue, 06 Sep 2005 10:10:16 -0400 From: Chuck Swiger <cswiger@mac.com> To: Aleksey <band20@newlan.ru> Cc: ports@FreeBSD.org Subject: Re: spamass-milter port Message-ID: <431DA348.8000606@mac.com> In-Reply-To: <007501c5b2ae$72ed5fe0$ac00a8c0@NEWLAN> References: <007501c5b2ae$72ed5fe0$ac00a8c0@NEWLAN>
next in thread | previous in thread | raw e-mail | index | archive | help
Aleksey wrote: > Hello. > I'm experiencing torubles, installing spamass-milter from ports. > > ===> Script "configure" failed unexpectedly. > Please report the problem to ports@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?431DA348.8000606>