Re: [CDBI] installation problems ...
"Thomas Charron" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
On 2/12/07, Perrin Harkins <[email protected]> wrote: > On 2/12/07, Francis Dierick <[email protected]> wrote: > > [frdie@psbdev01 ~]$ perl -e 'use Storable' > > Storable object version 2.15 does not match $Storable::VERSION 2.13 > > at /usr/local/perl-5.8.7/lib/5.8.7/x86_64-linux/DynaLoader.pm line 253. > > Compilation failed in require at -e line 1. > > BEGIN failed--compilation aborted at -e line 1. > Not to be too discouraging, but this doesn't sound like it's related > to Class::DBI. If Storable won't load on your system, you have > serious problems. You may have multiple perl versions installed and > are using the wrong @INC for the perl executable you're invoking. If > you're not up for debugging that, I'd suggest clearing perl off that > system and starting over. I don't have a devel system in front of me ATM, but isn't that the error that comes up when a module requires a certain version of a module? Aka, something is saying it needs 2.13, and 2.15 is on the system? -- -- Thomas