I used fink for ages. Love it. I just did Apple’s latest Mac OSX 10.4.9 upgrade and something has gone off the rails. Anyone getting this too?
Storable object version 2.13 does not match $Storable::VERSION 2.15 at /System/Library/Perl/5.8.6/darwin-thread-multi-2level/DynaLoader.pm line 253.
Compilation failed in require at /sw/lib/perl5/Fink/Services.pm line 38.
BEGIN failed--compilation aborted at /sw/lib/perl5/Fink/Services.pm line 38.
Compilation failed in require at /sw/lib/perl5/Fink/Config.pm line 27.
BEGIN failed--compilation aborted at /sw/lib/perl5/Fink/Config.pm line 27.
Compilation failed in require at /sw/lib/perl5/Fink.pm line 79.
BEGIN failed--compilation aborted at /sw/bin/fink line 29.
I’m receiving the same error as well. Still looking for a solution…
yep – me too. i did a fink update either right before or right after my 10.4.9 upgrade (used the combo updater) – can’t remember the order though.
fired off cpan and did my updates there with no luck. i WOULD try a ‘fink rebuild storable-pm’, but fink fails with that as well. fink commander displays an empty list.
nothing shows up on the fink site news, but at least i know its not something local to my system…
Hi,
We just encountered this on a 10.4.9 server
We managed to fix the problem by getting the latest version of Storable and installing it into:
/System/Library/Perl/5.8.6/darwin-thread-multi-2level/auto/*
/System/Library/Perl/5.8.6/darwin-thread-multi-2level/Storable.pm
Get the release from…
http://search.cpan.org/~ams/Storable-2.15/
http://search.cpan.org/CPAN/authors/id/A/AM/AMS/Storable-2.15.tar.gz
…as root do
tar -xvzf Storable-2.15.tar.gz
cd Storable-2.15
perl Makefile.PL
make
make test
make install
Pete
Pete, thanks for the fix.