Webalizer

kcmedia

Verified User
Joined
May 6, 2004
Messages
15
Hi we have a new server and we cant get webalizer stats to run on any domain on the server can anyone please help.
 
Still no good

I went throught most of that and this what i get


[root@scorpio root]# /usr/bin/webalizer
/usr/bin/webalizer: error while loading shared libraries: libdb-4.0.so: cannot open shared object file: No such file or directory
 
Fairly obvious; you're missing the library.

Search the forum for the library name, or search good for an rpm so you can add it.

Jeff
 
Hello,

What OS are you using? If it's one of the new beta OS's, it's possible that the webalizer rpm is for another OS.. If you're using fedora or enterprise, let us know :)

John
 
missed that by seconds :D

I think he's just missing the file from compat-db... Ryan (I think) had the same problem with the new exim rpms I posted, with redhat 8 and the standard compat-db.

Chris
 
If you're getting the same error as previously install the RPM I have linked you to :)

Chris
 
I updated my gd-2.0.28 and libpng-1.2.6 and had issues with webalizer. The prroblem was resolved by adding to the ld.so.conf
/usr/local/lib and then running ldconfig.

This forced webalizer to look into the /usr/local/lib directory as well as the PATH for library files.

Hope this helps someone. System running whitebox linux.

jon
 
Hi folks,

If the webalizer stats are not working ,rather not being update for the domains please check this one out:

/usr/bin/webalizer -p -n domain.com -o /home/user/domains/domain.com/stats /var/log/httpd/domains/domain.com.log

replace the user with the corresponding user name and give in the respective domain names.it will work out!!!

And please mentiopn in the status of the situation.

Regards,
Michael lampard.
 
Is there a future update where DA will incorporate custom webalizer.conf files per user therefore each domain can have customised stats?

Thanks

Jon
 
Hi Michael,
thanks for posting the solution. I had the same problem and I've updated everything and it didn't worked until I tried to run webalizer with the commands you wrote.
 
Back
Top