The last part of my series on apps and privacy has gone up over at Gartner.
Tag: Apple
Sense of humor in the iPhone dev team
I am updating my iPhone to 2.1 and just saw the following scroll by in the logs:
MobileDevice: AMDeviceConnect: This is not the droid you’re looking for. Move along, move along
This combined with the return of PhoneSaber is too much geekery for one day.
Fink & 10.4.9 Problem Solved!
We have a solution. The was that the 10.4.9 upgrade changes the Storable cpan module for Perl. The solution came from Peter Walsham at Axomic. I just tried it and it works. (Interesting to note that CPAN reported that my Storable module was version 2.15 before I tried this. Something must have been eaten in the OSX 10.4.9 upgrade.)
Thanks Pete!
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.pmGet 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 installPete
Fink + 10.4.9 = Boom?
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.