|
From: Mark M. <Mar...@ij...> - 2004-04-14 16:32:05
|
Ninti, | OK, I'm trying amavisd-new (p9) and have just installed all the packages. | I've just run 'amavisd debug' which complains that it can't find | MIME::Head. | This file is definitely on my system (Slackware 9.1) at | /usr/lib/perl5/site_perl/5.8.0/MIME/Head.pm Most likely you have two version of Perl installed, and the one invoked by the first line in file amavisd is different than the one which you use interactively and where MIME/Head.pm got installed. | Anyone solved this before? Is Perl 5.8.0 a problem version? It should in principle work with Perl 5.8.0, but there are several corner problems with that version of Perl, and you would be much happier with 5.8.3 or 5.8.2. Mark |