> /etc/cron.daily/00webalizer:
> /usr/bin/webalizer: error while loading shared libraries:
> libgd.so.2: cannot
> open shared object file: No such file or directory
This was related to NuOnce's PHP package. The fix is quite simple.
You can do this;
rpm -e --nodeps gd
yum install gd nuonce-gd
This will take care of the problem.
The reason for the "nuonce-gd" is that the GD that comes w/ CentOS has
a small bug that when you try to make an umlaut using the PHP GD
library, it fails. If anyone else has the PHP v4/v5 package from
NuOnce and runs into this issue, just run that.
Thank you for your time.
Brian N. Smith