Ah, that'll be because you're running on a 32-bit Perl.
If you're on the latest code, you should be able to uncomment the $ARCH32 = "1"; line in your config-private.pl file, or add it if you don't have it. If that doesn't help, you'll want to update so that the changes made in bug #1632 are applied. (Don't patch it yourself as Mark made some more changes.)
That should fix that error, and hopefully the problem with the reading page.
no subject
If you're on the latest code, you should be able to uncomment the
$ARCH32 = "1";
line in your config-private.pl file, or add it if you don't have it. If that doesn't help, you'll want to update so that the changes made in bug #1632 are applied. (Don't patch it yourself as Mark made some more changes.)That should fix that error, and hopefully the problem with the reading page.