You are not logged in.

#1 2004-07-21 05:25:41

dk
Member
Registered: 2004-04-20
Posts: 106

perl 5.8.5 script errors

I just -Syu'd to perl 5.8.5 and now receive errors from
a script.

Perl lib version (v5.8.5) doesn't match executable version (v5.8.4) at 
          /usr/lib/perl5/5.8.4/i686-linux-thread-multi/Config.pm line 32.
Compilation failed in require at 
          /usr/lib/perl5/5.8.4/i686-linux-thread-multi/lib.pm line 6.
BEGIN failed--compilation aborted at 
          /usr/lib/perl5/5.8.4/i686-linux-thread-multi/lib.pm line 6.
Compilation failed in require at (eval 18) line 1.
BEGIN failed--compilation aborted at (eval 18) line 1.

I don't know perl, but would like the script to run.

Offline

#2 2004-07-21 06:28:04

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: perl 5.8.5 script errors

what is the code on line 6 and 32?


AKA uknowme

I am not your friend

Offline

#3 2004-07-22 02:49:12

dk
Member
Registered: 2004-04-20
Posts: 106

Re: perl 5.8.5 script errors

line 32   $^V eq v5.8.5

line 6 use Config;

Offline

#4 2004-07-22 12:25:26

Abaddon
Member
From: Poland
Registered: 2004-05-03
Posts: 249

Re: perl 5.8.5 script errors

I had similar problem with loading irssi scripts.

I recompilled irssi (makpkg) and I made pacman --force --upgrade irssi-[tab].

It resolved problem.


Gnome - The weakest link!
Linux, *not* GNU/Linux!

Offline

#5 2004-07-22 17:32:54

dk
Member
Registered: 2004-04-20
Posts: 106

Re: perl 5.8.5 script errors

Abaddon wrote:

I had similar problem with loading irssi scripts.

Same with me,  irssi scripts.

Would a pacman -R irssi then pacman -S irssi accomplish the same thing?

I've never run abs, so I'm guessing I can't run makepkg :oops:

Offline

#6 2004-07-22 18:18:21

dpb
Member
From: Cyperspace?
Registered: 2004-04-11
Posts: 231

Re: perl 5.8.5 script errors

dk wrote:

Would a pacman -R irssi then pacman -S irssi accomplish the same thing?

No. It needs to be rebuild against the new perl libraries.

dk wrote:

I've never run abs, so I'm guessing I can't run makepkg :oops:

Then run abs. smile

Offline

#7 2004-07-22 18:35:21

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: perl 5.8.5 script errors

Ok, you know what the problem is.  Now submit a bug report.


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

Board footer

Powered by FluxBB