Came across a nice feature migrating awstats from debian i368 to debian amd64:
Update for config “/etc/awstats/awstats.conf”
With data in log file “/var/log/apache2/access.log”…
Warning: Error while retrieving hashfile: Byte order is not compatible at
../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/_retrieve.al)
line 331, at (eval 5) line 1
Apparently hashes are not stored in the same way by Perl Storable on debian 32 bit and 64 bit.
Read More