diptanjan wrote:
Hi Friends,

I have installed spamassassin few days back. using CPAN.
I gave the following command
# perl -MCPAN -e shell                    [as root]
cpan>        o conf prerequisites_policy ask
cpan>        install Mail::SpamAssassin
cpan>        quit

spamassassin -V gives me
SpamAssassin version 3.2.0
running on Perl version 5.8.8

I have tested my isatallation by giving command

# /usr/bin/spamassassin -t <
/root/.cpan/build/Mail-SpamAssassin-3.2.0/sample-spam.txt

But now when I am trying to update my Spamassassin by following command its
give me error.

# sa-update
Can't locate Archive/Tar.pm in @INC (@INC contains:
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl) at
/usr/bin/sa-update line 81.
BEGIN failed--compilation aborted at /usr/bin/sa-update line 81.

Can someone help me what went wrong? ans how to solve this problem.

Perhaps you haven't installed Archive::Tar (or IO::Zlib) as noted in the INSTALL doc.

Daryl

Reply via email to