Index: [Article Count Order] [Thread]

Date:  Sun, 29 Jul 2007 16:28:12 -0400
From:  "Brian N. Smith" <brian (at mark) nuonce.net>
Subject:  [coba-e:10487] Re: Webalizer error libgd.co.2
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <00f301c7d21e$fc6ca960$1e64a8c0 (at mark) nuonce.net>
References:  <053a01c7d151$9f82e3e0$de88aba0$@com>
X-Mail-Count: 10487

> /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