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

RE: RE: [cobalt-users] installing Spamassassin error



>You need at least version 0.8 of the File::Spec module!
>BEGIN failed--compilation aborted at ./Makefile.PL line 14.
>
>although I did install the new version .8 stuff - but - the directions
>just had me do the install, do I have to stop/start anything to make that
>take effect?

This is the command set I used, nothing more:
         perl Makefile.PL
         make
         make test
         make install

So the question is - anything else to make spamassassin install believe
that version 0.8 of the File::Spec is installed?

------------------
Assuming those commands were done from a su'ed shell, it should have worked.

To find out what version of File::Spec you have installed, type the
following at a shell prompt:

perl -MFile::Spec -e 'print "$File::Spec::VERSION\n"'

Yes, I did su, and your command returned 0.6 matching the fact I get the error. I will attempt to do the 0.8 install again. No restart of anything needed, just the perl and make commands listed above?

Thanks,
Jale