[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] installing Spamassassin error



+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

You need at least version 0.8 of the File::Spec module.
That would be a Perl module.
You can download it from here, unpack and follow instructions to install:

http://www.cpan.org/modules/by-module/File/File-Spec-0.8.tar.gz

or much easier is to use the CPAN installer:


perl -MCPAN -e "install File::Spec"

Follow the directions and it will fetch and install for you.


Tony