PDA

View Full Version : Webalizer



kcmedia
05-06-2004, 08:13 PM
Hi we have a new server and we cant get webalizer stats to run on any domain on the server can anyone please help.

jdlitson
05-06-2004, 11:25 PM
Please see this post
http://www.directadmin.com/forum/showthread.php?s=&threadid=171&highlight=Webalizer

Hope this helps.
-Jason

kcmedia
05-06-2004, 11:56 PM
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

nobaloney
05-07-2004, 10:51 AM
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

DirectAdmin Support
05-07-2004, 11:37 AM
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

ProWebUK
05-07-2004, 11:37 AM
What OS?

ProWebUK
05-07-2004, 11:40 AM
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

kcmedia
05-09-2004, 06:38 PM
We are using Fedora on our server.

DirectAdmin Support
05-10-2004, 10:17 AM
Did you try this?:
cd /usr/local/directadmin/customapache
./build webalizerJohn

ProWebUK
05-10-2004, 11:36 AM
ftp://fr2.rpmfind.net/linux/fedora/core/1/i386/os/Fedora/RPMS/compat-db-4.0.14-2.i386.rpm

Chris

kcmedia
05-10-2004, 05:07 PM
No still no good. :(

ProWebUK
05-10-2004, 05:35 PM
Originally posted by kcmedia
No still no good. :(

After installing the rpm or following Johns suggestion? (or both)

Chris

kcmedia
05-10-2004, 07:02 PM
after johns one

DirectAdmin Support
05-11-2004, 09:52 AM
Originally posted by kcmedia
No still no good. :(
How is it still no good? any errors? did the compile complete? what do you get when you run:

webalizer

John

ProWebUK
05-11-2004, 11:11 AM
If you're getting the same error as previously install the RPM I have linked you to :)

Chris

jjma
09-11-2004, 04:01 AM
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

Michael Lampard
09-13-2004, 11:46 PM
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.

jjma
09-14-2004, 01:46 AM
Is there a future update where DA will incorporate custom webalizer.conf files per user therefore each domain can have customised stats?

Thanks

Jon

stromboli2
11-11-2004, 10:10 AM
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.