> 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

Attachment: signature.asc
Description: Digital signature

Reply via email to