Webalizer problem

principino1984

Verified User
Joined
Oct 10, 2008
Messages
36
Hi, I'm gettin this error from errortaskq.log

2008:10:30-00:11:04: Unable to run webalizer for xxx.it: /usr/bin/webalizer: error while loading shared libraries: libXpm.so.4: cannot open shared object file: No such file or directory

what shoud I do?

a yum install libXpm.so will solve this problem?

thanks
Marco
 
Code:
yum install libXpm

That sorted it for me (CentOS 5), hope that helps.


Tom
 
Webailzer problem

Dear All,

Im also facing a problem with webalizer it runs but not generating index.html nor *.png files help..

Here how it runs

[root@domain299 ~]# webalizer -c /home/supindia/supindia.conf
Webalizer V2.01-10 (Linux 2.6.9-55.EL) English
Using logfile /usr/local/apache/logs/supplementindia_access_log (clf)
DNS Lookup (20): 4 addresses in 0.05 seconds
Using DNS cache file dns_cache.db
Creating output in /home/supindia/reports
Hostname for reports is 'www.supplementindia.com'
History file not found...
Reading previous run data.. webalizer.current
343 records (343 ignored) in 0.01 seconds

But after i look in to reports directory i only see these files.

[root@domain299 ~]# ls -l /home/supindia/reports/
total 20
-rw-r--r-- 1 supindia supindia 0 Nov 8 10:20 daily_usage_200811.png
-rw-r--r-- 1 supindia supindia 16384 Nov 8 10:39 dns_cache.db
-rw-r--r-- 1 supindia supindia 6556 Nov 8 10:20 webalizer.current

nothing else is thr help.

Regards
Ashwin
 
error

Now i got this error once

libpng warning: Application was compiled with png.h from libpng-1.2.7 libpng warning: Application is running with png.c from libpng-1.0.16 gd-png: fatal libpng error: Incompatible libpng version in application and library Segmentation fault

can any one help me on this.

Regards
Ashwin
 
libpng warning: Application was compiled with png.h from libpng-1.2.7 libpng warning: Application is running with png.c from libpng-1.0.16 gd-png: fatal libpng error: Incompatible libpng version in application and library Segmentation fault
Just in case if someone will have the same error, wich I actually do have now.

FreeBSD solution:
portupgrade -fRr png
 
Back
Top