Alexander K. Hansen wrote:
Louis Zulli wrote:
> I applied Security Update 2007-005 for Mac OS X 10.4.9 on my PowerPC G5.
> Afterwards, I could not execute fink
>
> ~] fink -h
> 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 upgraded to Storable version 2.16 (from CPAN) and all seemed better.

>
It's not the security update--(at least Fink still works for me, and my
Storable is still 2.13).

If you've been mucking around with your system-installed Perl stuff then
I'd guess that 2.15 wasn't back-compatible with 2.13, but that 2.16
restored it.  That's just a guess.


I have just got to selfupdate'ing fink on a lab machine here (a PPC Mac mini which has been kept up to-date with all Apple's security patches and 10.4.x releases) and got bitten by the same problem.

A discussion and further exposition of the solution is at http:// www.tuesdaynight.org/2007/03/16/fink-1049-problem-solved.html, but in summary, the fix is:

curl -LO http://search.cpan.org/CPAN/authors/id/A/AM/AMS/ Storable-2.15.tar.gz
tar -xvzf Storable-2.15.tar.gz
cd Storable-2.15
perl Makefile.PL
make
make test
sudo make install



Cheers,

Phil.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to