Hello,

This is normally caused by the lack of the gd libraries. To verify, log in as root and run webalizer. If this returns the following, then gd is missing:

webalizer: error while loading shared libraries: libgd.so.2: cannot open shared object file: No such file or directory

To fix this, run the following as root:

Code:
root@server01 [~]# yum install gd
Regards,
Silvester J.