On Friday, August 2, 2002, at 02:57 , Gene McCullough wrote:
[..]
> # perl -v
> This is perl, v5.8.0 built for i686-linux
>
> Copyright 1987-2002, Larry Wall
[..]

did you check to make sure you did not
install one version in /usr/local/bin
and the other in /usr/bin....

we've played that game before....

hence the version of perl you invoked
with the perl -v and the version that
is at /usr/bin/perl need to be the same

eg:

vladimir: 52:] ls -li /usr/bin/perl /usr/local/bin/perl
     558805 -rwxr-xr-x   3 root     other    1175680 Mar 19 15:31 /usr/bin/
perl
     558805 -rwxr-xr-x   3 root     other    1175680 Mar 19 15:31 
/usr/local/bin/perl
vladimir: 53:]

or

xanana: 53:] ls -li /usr/bin/perl /usr/local/bin/perl
  308368 -rwxr-xr-x    2 root     root       797972 Feb 20 12:07 
/usr/bin/perl
  355148 lrwxrwxrwx    1 root     root           13 Jan 17  2002 /usr/local/
bin/perl -> /usr/bin/perl
xanana: 54:]



ciao
drieux

---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to