webalizer error

winger

Verified User
Joined
Oct 5, 2004
Messages
183
Location
Rio de Janeiro - Brasil
hello,

sorry, I've shearching for hours, but still getting webalizer error:

when I type:

webalizer

I get the GD not instaled error

so, I've follow this:

If you want to use ./build webalizer, you must first run:

mv -f /usr/bin/webalizer /usr/bin/webalizer.moved

because only runs if there is no previous binary

./build webalizer

.

now, when I run:

./build webalizer

I get:

configure: error: gd library not found.. please install libgd
Trying to make webalizer...

so, I follow:

http://help.directadmin.com/item.php?id=56

and still getting the error:

configure: error: gd library not found.. please install libgd
Trying to make webalizer...

then, I've found to use: yum install gd-devel

and ./build webalizer works

but...when I type #webalizer I get:

[root@srv11 custombuild]# webalizer
webalizer: /usr/local/lib/libpng12.so.0: no version information available (required by /usr/lib/libgd.so.2)
Webalizer V2.21-02 (Linux 2.6.18-128.el5 i686) English
Using logfile STDIN (clf)
Creating output in current directory
Hostname for reports is 'srv11.xxx.org'
History file not found...

and stops

any other idea / help in how to fix this?

thanks!
 
Hello,
I am using webalizer on CentOs 5.4 with this error message with no problems.
I think this is a problem with CentOs files but it does not block webalizer from collecting data.
You should use directadmin tally command to have statistics updated.
echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queue
 
I found a solution for the errormessage "webalizer: /usr/local/lib/libpng12.so.0: no version information available (required by /usr/lib/libgd.so.2)". For some reason there were 2 versions of libpng12 installed: one in /usr/lib and one in /usr/local/lib. Remove the one in /usr/local/lib by something like:
# rm -f /usr/local/lib/libpng12*
 
I found a solution for the errormessage "webalizer: /usr/local/lib/libpng12.so.0: no version information available (required by /usr/lib/libgd.so.2)". For some reason there were 2 versions of libpng12 installed: one in /usr/lib and one in /usr/local/lib. Remove the one in /usr/local/lib by something like:
# rm -f /usr/local/lib/libpng12*

Thats a very bad idea...im sure its there for a reason.
 
Back
Top