Thanks that did the trick- removed ALL Perl mods and reinstalled exim and sa
Greatly appreciated -----Original Message----- From: Jean-Paul Natola [mailto:jnat...@familycareintl.org] Sent: Monday, April 27, 2009 12:20 PM To: Mark Martinec; users@spamassassin.apache.org Subject: RE: 3.2.5 upgrade - getting clobbered I tried to fetchindex but it failed with make: don't know how to make fetchindex. -----Original Message----- From: Mark Martinec [mailto:mark.martinec...@ijs.si] Sent: Friday, April 24, 2009 12:34 PM To: users@spamassassin.apache.org Subject: Re: 3.2.5 upgrade - getting clobbered Possibly caused by a recent upgrade of Perl on FreeBSD ports (to 5.8.9, and also 5.10.0 was made available - I'd recommend 5.10.0 (lang/perl5.10), the 5.8.9 brought in some ugly problems). If perl was indeed upgraded recently on your system, I'd suggest removing all p5-* ports and reinstalling SpamAssassin from ports, which will bring in all required dependencies and install them in the correct perl lib subdirectory. Something like: update your ports (e.g. csup /etc/cvsup/ports; make fetchindex) pkg_delete -f 'p5-*' portinstall -R mail/p5-Mail-SpamAssassin Mark