Atami Org. wrote:
However unfortunatly, the 2.64 has error at test command "spamassassin -t".
So, I install Mail-SpamAssassin-3.0.4 to another Raq4 macine, for only test
instration.
I upgrade the perl 5.005 to 5.8.6 with "install Bundle::CPAN" function of CPAM.
I installed successfully both perl 5.8.6 and Mail-SpamAssassin-3.0.4.
However same error at the test command "spamassassin -t" with 3.0.4.
The error msg is ;
spamassassin -t < sample-nonspam.txt > nonspam.out
Can't locate object method "splitpath" via package "File::Spec" at /usr/bin/spam
assassin line 20.
BEGIN failed--compilation aborted at /usr/bin/spamassassin line 50.
Please advice me why "splitpath" object cannot located at both 2.64 and 3.0.4.
What kind of instalation problem ?
Sounds like you need to install a newer version of File::Spec. That
function appears to have been added in 0.8. File::Spec is included in
the core but can also be updated independently.