Lo all:
Getting this weird error:
File::Spec version 0.08 required--this is only version 0.87 at
/usr/lib/perl5/5.8.3/File/Temp.pm line 129.
BEGIN failed--compilation aborted at /usr/lib/perl5/5.8.3/File/Temp.pm line
129.
Compilation failed in require at ../l2_proc.pl line 6.
BEGIN failed--compilation aborted at ../l2_proc.pl line 6.
0.87 is > 0.08 so what is the problem?
Brock
[xband@rs4 xband]$ uname -a
Linux rs4.oscarcluster 2.6.9-1.6_FC2 #1 Thu Nov 18 22:03:19 EST 2004 i686
athlon i386 GNU/Linux
[xband@rs4 xband]$ perl -v
This is perl, v5.8.3 built for i386-linux-thread-multi
Copyright 1987-2003, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.
Terrence Brannon - 25 Dec 2004 03:19 GMT
> Lo all:
> Getting this weird error:
>
> File::Spec version 0.08 required--this is only version 0.87 at
> /usr/lib/perl5/5.8.3/File/Temp.pm line 129.
/usr/share/perl/5.8.4/File/Temp.pm on my Debian system, that line says
this:
use File::Spec 0.8;
so, did you copy it wrong or does yours really want 0.08?
And yes, 5.8.4 has version 0.87 here.
> BEGIN failed--compilation aborted at /usr/lib/perl5/5.8.3/File/Temp.pm line
> 129.
> Compilation failed in require at ../l2_proc.pl line 6.
> BEGIN failed--compilation aborted at ../l2_proc.pl line 6.
>
> 0.87 is > 0.08 so what is the problem?
There have always been issues with numerical versus string comparison
in Perl version numbers, but that does not seem to be the case
here...