View Single Post

   
  #6 (permalink)  
Old 02-15-2008, 05:34 PM
rac@tenzing.org
 
Posts: n/a
Default Re: SpamAssassin on OSR507

Roger Cornelius wrote:
> I'm trying to build SpamAssassin v3.0.1 on OSR507 with MP3 and UP3
> installed using the SCO supplied perl v5.8.4. The make appears to
> complete OK, but 'make test' produces a lot of failures, mostly

dealing
> with the BayesStore stuff. I suspect a problem with the db library.

I
> have hardly any experience with perl, but perl -MDB_File -e 1
> indicates the db module is installed.
>
> I've seen others post here stating they're using SA, so can one of

you
> give me a hint what might be wrong?


Here's where I got with this. I was able to build spamassassin 3.0.1
and 3.0.2 without errors but I had to build my own perl first to do so.
At this point I discovered spamassassin requires a sendmail (I'm
running the SCO provided one) built with Mail Filter API (libmilter)
support. I briefly looked into building my own sendmail until I
learned the API requires threads. So, unless I'm willing to change to
another MTA, I'm out of luck.

Reply With Quote