用webalizer分析web日志

请问我按照楼主说的,最后一步提示:
[root@www rc.d]# ./webalizer
/usr/sbin/webalizer: error while loading shared libraries: libgd.so.2: cannot open shared object file: No such file or directory

GD已经安装了啊。

是怎么回事?
[root@wqlinux log]# /usr/bin/webalizer
Error: Unable to restore run data (1)

什么意思呢?/
Warning: Truncating oversized hostname
Skipping bad record (124)

出现这个问题是什么原因啊
安装webalizer-2.01-10这个版本时出了个问题,把前面的configure,make和make install完成后,运行webalizer时出现下面的问题:
Webalizer V2.01-10  English
Using logfile STDIN (clf)
Creating output in current directory
Hostname for reports is '****'
History file not found...
然后就停了,如果先修改了/etc/webalizer.conf的相关设置,出现
Webalizer V2.01-10  English
Using logfile /var/log/access_log (clf)
Creating output in /var/www/webalizer
Hostname for reports is '****'
History file not found...
Previous run data not found...
No valid records found!
这是怎么回事啊?
顶一下。
我的装好了,但是只出现二个图标呀,是怎么回事呀
刚刚装完,不错,顶下。。。
楼主,太感谢你了,虽然是2003年的资料,但有许多资料现在仍然值得参考。

-F type = 日志格式类型. type= (clf | ftp | squid)  这一句提醒了我,其实都是不够细心导致。

因为我用他来分析squid访问日志,默认是clf,如果不改成squid,总会提示错误:

Using logfile /var/squid/log/access.log (clf)
Creating output in /var/www/html/usage
Hostname for reports is 'localhost'
History file not found...                                       
Warning: Truncating oversized username
Skipping bad record (1)
Warning: Truncating oversized username
Skipping bad record (2)
Warning: Truncating oversized username
这个日志分析的软件,貌似不能单独查看每天的情况,只有昨天的可以查到比较详细的是么?