Spamassassin : Can't locate HTML/Parser.pm in @INC

If you are trying to install Spamassassin but get that error, then it means you require the HTML/Parser.pm perl module.

RedHat:

perl -MCPAN -eshell
install HTML::Parser

If that gives you problems, run “unset LANG” then try again.

FreeBSD:

cd /usr/ports/www/p5-HTML-Parser
make install clean

or to manually compile from source for either OS:

wget http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-3.35.tar.gz
tar xvzf HTML-Parser-3.35.tar.gz
cd HTML-Parser-3.35
perl Makefile.PL
make
make install
 
troubles/spamloc.txt · Last modified: 2010/02/20 03:15 by muscardin
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Please visit Automatic Backlinks to start earning free backlinks Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki