You are not logged in.
Pages: 1
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
what is the code on line 6 and 32?
AKA uknowme
I am not your friend
Offline
line 32 $^V eq v5.8.5
line 6 use Config;
Offline
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
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
Would a pacman -R irssi then pacman -S irssi accomplish the same thing?
No. It needs to be rebuild against the new perl libraries.
I've never run abs, so I'm guessing I can't run makepkg :oops:
Then run abs.
Offline
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
Pages: 1