Hi folks,
I'm rusty on Perl and I'm working on Win32... Is there is a Win32 FAQ
somewhere I'd love a link!
The main problem I'm tackling now is that I get the following error when
running spamassassin:
"The getpwuid function is unimplemented at lib/Mail/SpamAssassin.pm line
647."
I'm guessing that this is a CPAN.pm I'm missing... but I'm rusty on Perl and
never realy learned about CPAN...
I also encountered problems in the make. Here is the full story.....
1) Got "Mail-SpamAssassin-2.01.zip"
2) Unzipped to "D:\SpamAssassin"
3) Changed the paths in makefile.pl to:
my $DEF_RULES_DIR = 'D:/Spamassassin/rules';
my $LOCAL_RULES_DIR = 'D:/Spamassassin/rules/local';
4) Ran "perl makefile.pl"
5) I fixed lines 780 and 781 (I added a tab) of the makefile.
6) Ran "make" (From the Unix Utils kit found at
'http://unxutils.sourceforge.net' or
'http://www.wzw.tu-muenchen.de/~syring/win32/UnxUtils.html') and got the
following errors:
for f in spamassassin spamd/spamc.pod spamd/spamd ; do \
pod2html $f > doc/`echo $f | perl -pe \
's/(lib|spamd)\///; s/\//_/g; s/\.(pod|pm)//;'`.html ; \
pod2text $f > doc/`echo $f | perl -pe \
's/(lib|spamd)\///; s/\//_/g; s/\.(pod|pm)//;'`.txt ; \
done
f was unexpected at this time.
make: *** [doc/.made] Error 255
7) Running "perl spamassassin < sample-nonspam.txt generates this error:
The getpwuid function is unimplemented at lib/Mail/SpamAssassin.pm line 647.
If anyone wants to know I'm running Win2k server with ActivePerl 5.6.1.631.
Any help/suggestions/etc gratefully accepted.
Nick
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk