Re: [SAtalk] Problems installing SpamAssassin 2.6

2003-10-24 Thread David Smith
I had similar problems installing SA 2.60 recently. The problem is that taint mode, '-T', disables perl's use of PERL5LIB. Here's part of the "perlrun" documentation: When running taint checks (either because the program was running setuid or setgid, or the -T switch was used), neith

Re: [SAtalk] Problems installing SpamAssassin 2.6

2003-10-24 Thread Vivek Khera
> "TVD" == Theo Van Dinter <[EMAIL PROTECTED]> writes: TVD> On Thu, Oct 23, 2003 at 09:37:28AM -0500, [EMAIL PROTECTED] wrote: >> So, where do I go from here? Do I have to edit @INC inside SpamAssassin? Or, >> should I just remove the -T? TVD> e. -T is good, and you shouldn't modify @I

Re: [SAtalk] Problems installing SpamAssassin 2.6

2003-10-24 Thread Theo Van Dinter
On Thu, Oct 23, 2003 at 09:37:28AM -0500, [EMAIL PROTECTED] wrote: > So, where do I go from here? Do I have to edit @INC inside SpamAssassin? Or, > should I just remove the -T? e. -T is good, and you shouldn't modify @INC. try setting PERL5LIB. -- Randomly Generated Tagline: "How should

Re: [SAtalk] Problems installing SpamAssassin 2.6

2003-10-23 Thread gthorne
It is set, look at my first email. This works: perl -e 'use HTML::Parser 3.24;' This doesn't: perl -T -e 'use HTML::Parser 3.24;' Quoting Theo Van Dinter <[EMAIL PROTECTED]>: > On Thu, Oct 23, 2003 at 09:37:28AM -0500, [EMAIL PROTECTED] wrote: > > So, where do I go from here? Do I have to edit

Re: [SAtalk] Problems installing SpamAssassin 2.6

2003-10-23 Thread gthorne
AHA! $ perl -e 'use HTML::Parser 3.24;' $ perl -T -e 'use HTML::Parser 3.24;' HTML::Parser version 3.24 required--this is only version 3.05 at -e line 1. BEGIN failed--compilation aborted at -e line 1. So, where do I go from here? Do I have to edit @INC inside SpamAssassin? Or, should I just r

Re: [SAtalk] Problems installing SpamAssassin 2.6

2003-10-23 Thread Matt Kettler
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. $ perl -e 'use HT

Re: [SAtalk] Problems installing SpamAssassin 2.6

2003-10-22 Thread Theo Van Dinter
On Wed, Oct 22, 2003 at 07:51:02PM -0500, Greg Thorne wrote: > 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? @INC gets modified by spamassassin when it runs. If you edit the script

[SAtalk] Problems installing SpamAssassin 2.6

2003-10-22 Thread Greg Thorne
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