[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] installing Spamassassin error
- Subject: [cobalt-users] installing Spamassassin error
- From: jale@xxxxxxxxxx
- Date: Tue Sep 17 16:00:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
I'm following the set of instruction listed below to install Spamassassin -
when I get to the first perl line, I get (and I'm assuming that I'm really
supposed to type in the ( ) - if not, someone please tell me I'm an idiot :)
my call to it -
[root@www PodParser-1.18]# (perl ./Makefile.PL make;make test;make
install)
I get back -
You need at least version 0.8 of the File::Spec module!
BEGIN failed--compilation aborted at ./Makefile.PL line 14.
make: *** No rule to make target `test'. Stop.
make: *** No rule to make target `install'. Stop.
Anyone have a clue of what I need to do?
Jale
here is my full install instruction list ...
chmod +x /usr/bin/gcc
tar -xzvf Mail-SpamAssassin-2.41.tar.gz
tar -xzvf PodParser-1.18.tar.gz
tar -xzvf Time-HiRes-01.20.tar.gz
tar -xzvf podlators-1.24.tar.gz
cd PodParser-1.18
(perl ./Makefile.PL make;make test;make install)
cd ../podlators-1.24
(perl ./Makefile.PL make;make install)
cd ../Time-HiRes-01.20
(perl ./Makefile.PL make;make test;make install)
cd ../Mail-SpamAssassin-2.41
(perl ./Makefile.PL make;make test;make install UNINST=1)
cd /tmp
rm -r spamassassin
chmod -x /usr/bin/gcc