>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"'