I am trying to install SpamAssassin 2.6, and I keep getting the message:
$ ./spamassassin
HTML::Parser version 3.24 required--this is only version 3.05 at /home/gthorne/perlmods/lib/site_perl/5.6.0/Mail/SpamAssassin/HTML.pm line 8.


Even though I installed the newest HTML::Parser locally (under ~/perlmods), and it seems to find it first:
$ perl -e 'foreach (@INC) {print "$_\n";}'
/home/gthorne/perlmods/lib//5.6.0/i386-linux
/home/gthorne/perlmods/lib//5.6.0
/home/gthorne/perlmods/lib/
/home/gthorne/perlmods/lib/site_perl/5.6.0//i386-linux
/home/gthorne/perlmods/lib/site_perl/5.6.0/
/usr/lib/perl5/5.6.0/i386-linux
/usr/lib/perl5/5.6.0
/usr/lib/perl5/site_perl/5.6.0/i386-linux
/usr/lib/perl5/site_perl/5.6.0
/usr/lib/perl5/site_perl


$ perl -e 'use HTML::Parser 3.24;'
$ perl -e 'use HTML::Parser 3.5;'
HTML::Parser version 3.5 required--this is only version 3.33 at -e line 1.
BEGIN failed--compilation aborted at -e line 1.


It seems that the old HTML::Parser is installed on the main site, but according to @INC, it should find the one in ~/perlmods first. Anyone have any ideas?

Thanks,
   -Greg



-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to