I have webalizer probs centos 8 but some topics are old

ikkeben

Verified User
Joined
May 22, 2014
Messages
1,558
Location
Netherlands Germany
Here you can't fill in centos 8 . :cry: Info for Admins: Downloading a new webalizer binary Version 2.23-08.


Unable to run webalizer for domain.tld: /usr/bin/webalizer: error while loading shared libraries: libgd.so.2: cannot open shared object file: No such file or directory


While there is in centos8 a libgd.so.3 and not 2

old to?

Installed DA with php 7.2x then with Custombuild plugin php 7.3 fpm as first / default

Custombuild plugin version rev 2281

This is maybe also related under SERVER stats > Server History: ??

Server is running and up for more day's , (i did used ipswap.sh for server while wrong internal<>external ip) enhanced skin

Unable to show Admin History

Details
Unable to read History File.
The file is generated when the account is reset.
 
Last edited:
Please try:
Code:
yum -y install gd-devel
mv /usr/bin/webalizer /usr/bin/webalizer_backup
cd /usr/local/directadmin/custombuild
./build webalizer
 
I have to wait now i think >
Code:
echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queue
Now works webalizer seems ok.

This installed not libraries: libgd.so.2: but the libraries: libgd.so

ONly this part stays so not related?
This is maybe also related under SERVER stats > Server History: ??

Server is running and up for more day's , (i did used ipswap.sh for server while wrong internal<>external ip) enhanced skin


Unable to show Admin History

Details
Unable to read History File.
The file is generated when the account is reset.
 
Last edited:
I've recompiled a new binary here, it points to the libgd.so.3 file:
Code:
wget -O /usr/bin/webalizer https://files1.directadmin.com/services/es_8.0_64/webalizer.1
/usr/bin/webalizer
Please let me know if this works for you, and I'll swap it with the default CentOS 8 webalizer binary.

John
 
webalizer v2.23-08
Using Logfile STIDN (clf)
Creating output current directory
Hostname for reports is 'vp.myhostnamesolong.nl'
History file not found
Warning : truncating oversized hostname
skipping bad record

HOstname is 19 long.

This stay also
ONly this part stays so not related?
This is maybe also related under SERVER stats > Server History: ??

Server is running and up for more day's , (i did used ipswap.sh for server while wrong internal<>external ip) enhanced skin



Unable to show Admin History

Details
Unable to read History File.
The file is generated when the account is reset.

FOR domains themselves it looks OK!

How can i check the version used is libgd.so.3 ?
 
Last edited:
Back
Top