fink problems with perl Storable module
January 31st, 2008 by Lawrence David
if you’re getting either the error: “Storable object version 2.13 does not match $Storable::VERSION 2.15″ or “Fink could not load the perl Storable module, which is required in order to keep a cache of the package index. You should install the fink “storable-pm586″ package to enable this functionality,” you’ll need to upgrade or install the perl Storable module.
to do this, find a copy on the internets of “Storable-2.15.tar.gz.” download, login as root, and then run:
> tar -xvzf Storable-2.15.tar.gz
> cd Storable-2.15
> perl Makefile.PL
> make
> make test
> make install