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
> "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
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
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
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
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
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
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