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

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



-----Original Message-----
From: jale@xxxxxxxxxx [mailto:jale@xxxxxxxxxx]
Sent: Friday, September 20, 2002 1:37 PM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: 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?
------------------
No restart of anything is needed.

You might try to do a "find / -name Spec.pm -print" to see
if by chance you have two versions installed in separate
perl libraries. In other words, if your install is putting
version 0.8 into /usr/lib/perl5/site_perl/5.005 but version
9.6 is in /usr/lib/perl5/5.00503 this would be consistient
with the problems you are describing.