1 Aug
2002
1 Aug
'02
7:31 a.m.
I solved my problem with Atoms installation and perl 5.8 under Mac OS X 10.1.5. It turns out the problem was fink having a precompiled binary (the binary versions of perl 5.61 and 5.8 are incompatible) that was pointed to by an environment variable. The solution is just to (as superuser) rebuild the relevant module (there is only one). The steps to do so are reproduced below. mv /sw/lib/perl5/darwin/Storable.pm /tmp mv /sw/lib/perl5/darwin/auto/Storable /tmp fink rebuild storable-pm Back to real work...