Bug#369199: [Pkg-awstats-devel] Bug#369199: Error: Plugin load for plugin 'hashfiles' failed

Charles Fry cfry at debian.org
Mon Jul 10 12:26:43 UTC 2006


> Hi Charles and congrats for your account ;)

Thanks. Sure took a while. Hopefully they'll get to you soon. :-)

> > Your problem appears to be with your local Perl installation, which
> > provides the Storable module required by the hashfiles plugin.
> 
> Here are the versions installed:
> 
> ii  awstats        6.4-1sarge3    powerful and featureful web server log analy
> ii  perl           5.8.4-8sarge4  Larry Wall's Practical Extraction and Report
> ii  perl-modules   5.8.4-8sarge4  Core Perl modules
> 
> What can I do to help you track the issue? Should I install backports?

Hmm.

As a quick sanity test before we spend tons more time on this, can you
just try executing the following test perl script:

   #!/usr/bin/perl

   use Storable qw(store retrieve freeze thaw dclone);
   $table{'test'} = 'works!';
   $serialized = freeze(\%table);
   %table_clone = %{ thaw($serialized) };
   print "$table_clone{'test'}\n";

Also, are you running awstats inside of a chroot?

Charles

-- 
In cupid's little
Bag of trix
Here's the one
That clix
With chix
Burma-Shave
http://burma-shave.org/jingles/1963/in_cupids_little
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-awstats-devel/attachments/20060710/59b075b3/attachment.pgp


More information about the Pkg-awstats-devel mailing list