Saturday, June 28, 2008

Webstats Issues.

Hello,

If you are getting perl error while running /scripts/runweblogs

1) Check the perl version on the server by perl -v

2) If perl 5.8.0 is installed on the server, you may have to upgrade it to 5.8.7

3) Please use http://staff.fatnetwork.net/forum/viewtopic.php?p=226 to upgrade perl on server.

4) Still if you are getting following error at runweblogs,

error: List::Util object
> version 1.14 does not match bootstrap parameter 1.18 at
> /usr/lib/perl5/5.8.7/i686-linux/XSLoader.pm line 92.

5) You will have to force installed the List::Util Perl module by

/scripts/perlinstaller --force List::Util

OR

# cpan

cpan> install --force List::Util

cpan> exit

No comments: