At 07:51 PM 10/22/03 -0500, Greg Thorne wrote:
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.

<snip>


$ perl -e 'use HTML::Parser 3.24;'

Since SA 2.60 runs in taint mode.. what happens if you do the same command above with -T added to the command line?


I can't find any specific documentation offhand, but taint mode does at minimum modify @INC by removing ".", it may remove other paths in home directories as well.


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?



------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to