Re: [SAtalk] Some problems with Win32 Perl and SA 2.30

2002-06-16 Thread Michael Bell
Right. The other issues (which seem to be a matter of carelessness, because indeed these referenced routines are missing from my copy of 2.30 - one is even documented in the changelog as having been removed) are a little more goofy. --- Marc MERLIN <[EMAIL PROTECTED]> wrote: > On Sat, Jun 15, 200

Re: [SAtalk] Some problems with Win32 Perl and SA 2.30

2002-06-16 Thread Klaus Heinz
Michael Bell wrote: [ debug output error messages snipped ] These look like messages I get when I run spamassassin in the directory where I extracted the archive. This runs the command spamassassin in my PATH but seems to load modules from 'lib' (@INC includes ../lib lib) in the current di

Re: [SAtalk] Some problems with Win32 Perl and SA 2.30

2002-06-15 Thread Marc MERLIN
On Sat, Jun 15, 2002 at 08:33:15PM -0700, Michael Bell wrote: > These are all new: > > 1. Time::Hires required (or at least reported to be required when I > run Perl makefile.pl) Yeah, we're still trying to make it optional. The code is designed to work without it, just remove "use Time::Hires"

Re: [SAtalk] Some problems with Win32 Perl and SA 2.30

2002-06-15 Thread Bart Schaefer
On Sat, 15 Jun 2002, Michael Bell wrote: > Bareword found where operator expected at (eval 9) line 192, near > "25FREEMEGS_URL_rawbody_test" > (Missing operator before FREEMEGS_URL_rawbody_test?) The only reference to 25FREEMEGS is in rules/30_text_fr.cf -- and that line should be delete

[SAtalk] Some problems with Win32 Perl and SA 2.30

2002-06-15 Thread Michael Bell
These are all new: 1. Time::Hires required (or at least reported to be required when I run Perl makefile.pl) 2. All of the following errors reported in -D mode (I've shown the full output but there are many errors reported below that never showed up before.) All of this was installed according