Feed on
Posts
Comments

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


Bookmark and Share

if that was helpful ...

check out the other tips and tricks i've compiled on these pages. you might learn something else interesting!

Did I get this wrong? Let me know!

Trackback URI | Comments RSS