I spent a few hours now on getting webalizer working. Webalizer isn't creating any stats: "You must wait for the stats to be computed. This will only happen *after* logs exist (domain must resolve and be used)."
I followed all the steps in the webalizer debug guide, everything seems to be fine. My task.queue is being processed, webalizer is at the right location, user list is created with the all the user's in it, etc. etc. etc. The only thing weird is this warning/error:
Although, this doesn't seem to be a problem. When I process the stats manually it's running fine:
Any ideas?
I followed all the steps in the webalizer debug guide, everything seems to be fine. My task.queue is being processed, webalizer is at the right location, user list is created with the all the user's in it, etc. etc. etc. The only thing weird is this warning/error:
Code:
[root@xxx lib64]# /usr/bin/webalizer
/usr/bin/webalizer: /usr/local/lib/libpng12.so.0: no version information available (required by /usr/lib64/libgd.so.2)
Webalizer V2.21-02 (Linux 3.2.5 x86_64) English
Using logfile STDIN (clf)
Creating output in current directory
Hostname for reports is 'xxx'
History file not found...
Although, this doesn't seem to be a problem. When I process the stats manually it's running fine:
Code:
[root@xxx /]# webalizer -p -n domain.com -o /home/username/domains/domain.com/stats /var/log/httpd/domains/domain.com.log
webalizer: /usr/local/lib/libpng12.so.0: no version information available (required by /usr/lib64/libgd.so.2)
Webalizer V2.21-02 (Linux 3.2.5 x86_64) English
Using logfile /var/log/httpd/domains/domain.com.log (clf)
Creating output in /home/user/domains/domain.com/stats
Hostname for reports is 'domain.com'
History file not found...
Previous run data not found...
Saving current run data... [10/29/2012 10:23:47]
Generating report for October 2012
Saving history information...
Generating summary report
8 records in 1 seconds, 8/sec
Any ideas?