[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] RE: Spamassassin Install Notes
- Subject: [cobalt-users] RE: Spamassassin Install Notes
- From: "Daley Lay" <daley@xxxxxxxxxxxxxx>
- Date: Sat Jul 13 01:06:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hi Bassi,
I'm using Raq3 server, by doing this installation, i need an additional
http://www.cpan.org/authors/id/M/MS/MSCHWERN/Test-Harness-2.26.tar.gz file.
Secondly, the Mail-SpamAssassin-2.31 'make test' failed, what do you think
the below error???
Can't locate object method "new" via package "Pod::Text" at
/usr/bin/pod2text line 72.
Can't locate object method "new" via package "Pod::Text" at
/usr/bin/pod2text line 72.
Can't locate object method "new" via package "Pod::Text" at
/usr/bin/pod2text line 72.
Can't locate object method "new" via package "Pod::Text" at
/usr/bin/pod2text line 72.
Can't locate object method "new" via package "Pod::Text" at
/usr/bin/pod2text line 72.
Can't locate object method "new" via package "Pod::Text" at
/usr/bin/pod2text line 72.
Can't locate object method "new" via package "Pod::Text" at
/usr/bin/pod2text line 72.
Can't locate object method "new" via package "Pod::Text" at
/usr/bin/pod2text line 72.
Can't locate object method "new" via package "Pod::Text" at
/usr/bin/pod2text line 72.
make: *** [doc/.made] Error 255
regards,
Daley L
GOOD HEALTH is within your reach at http://www.pathlab.com.my
Steve Bassi wrote on Thu Jul 11 18:28:01 2002
I just installed spamassasin and I detail my notes below.
I changed /home/opt/MailScanner/etc/mailscanner.conf , to use spamassassin
and all seems to work ok.
If anyone wtih knowledge of spamassassin would like to offer any tweaking
tips I would be greatful.
Rgds
Bassi
My Notes
=======
#ssh into raq
su -
mkdir /tmp/spamassassin
cd /tmp/spamassin
wget http://spamassassin.taint.org/released/Mail-SpamAssassin-2.31.tar.gz
wget http://www.cpan.org/modules/by-module/Pod/podlators-1.22.tar.gz
wget http://www.cpan.org/authors/id/DEWEG/Time-HiRes-01.20.tar.gz
wget http://www.cpan.org/modules/by-module/Pod/PodParser-1.18.tar.gz
tar -xzvf Mail-SpamAssassin-2.31.tar.gz
tar -xzvf PodParser-1.18.tar.gz
tar -xzvf Time-HiRes-01.20.tar.gz
tar -xzvf podlators-1.22.tar.gz
cd PodParser-1.18
(perl ./Makefile.PL make;make test;make install)
cd ../podlators-1.22
(perl ./Makefile.PL make;make install)
cd ../Time-HiRes-01.20
(perl ./Makefile.PL make;make test;make install)
cd ../Mail-SpamAssassin-2.31
(perl ./Makefile.PL make;make test;make install UNINST=1)
cd /tmp
rm -r spamassassin