On Mon, Jul 10, 2006 at 02:34:56PM +0200, Mohammed Adnène Trojette wrote: > | Can't load '/usr/lib/perl5/auto/Storable/Storable.so' for module > Storable: /usr/lib/perl5/auto/Storable/Storable.so: undefined symbol: > PL_sv_undef at /usr/lib/perl/5.8/DynaLoader.pm line 225. > | at /tmp/test.pl line 3 > | Compilation failed in require at /tmp/test.pl line 3. > | BEGIN failed--compilation aborted at /tmp/test.pl line 3. > | zsh: exit 255 perl /tmp/test.pl
You have a stray version of the Storable module on your system which is not binary compatable with perl. Was that installed by a package? Check: $ dpkg -S /usr/lib/perl5/auto/Storable/Storable.so You may also want to check the following: $ egrep -h '^/usr/(share|lib)/perl5/' /var/lib/dpkg/info/*.list >/tmp/packaged $ find /usr/lib/perl5 /usr/share/perl5 -type f | fgrep -vxf /tmp/packaged Any output from that will indicate files which are not part of a package. --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]