[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] webalizer 1.3 /RAQ4



> webalizer has stoped working - about a week ago.
> when run the script at  /etc/cron.daily/webalizer.pl
>
> I get an error
> "webalizer: error in loading shared libraries: libgd.so.1: cannot open
> shared object file: No such file or directory"
>
> I installed the OS2update from cobalt and php4.06 from Pkgmaster
> last week, any one Experienced this.
>
> can you  shed light on this  error
>

Check that /usr/lib/libgd.so.1 is not a symlink to a non-existent file.  If
so, delete it and link to newest libgd which on my Raq4 post-updates is:

/usr/lib/libgd.so.1 -> /usr/lib/libgd.so.1.8.4

see the man page for ln if you need help linking...

-- Paul