/stats not working (Webalizer)

Is your webalizer working right? Is it a problem with all domains on your server or just this one domain?

What if you just type the command in ssh:

Code:
webalizer

Does that have any errors?
 
got error as below:

login as: root
[email protected]'s password:
Last login: Wed Sep 22 03:05:03 2010 from xxx.xxx.xxx.xxx
[root@vps3935 ~]# webalizer
webalizer: error while loading shared libraries: libgd.so.2: cannot open shared object file: No such file or directory
[root@vps3935 ~]#
 
i try install it. but it seen like failed.

can you check for me.
 

Attachments

  • ssh1.png
    ssh1.png
    86.3 KB · Views: 67
  • ssh2.png
    ssh2.png
    80.6 KB · Views: 64
Try:
Code:
rm -rf /usr/lib/libgd.so.2
ln -s /usr/local/lib/libgd.so.2 /usr/lib/libgd.so.2

Then check the webalizer command again and see if it is fixed.

If it is run the following commands to recompile php or you will have problems with php:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build php n
 
Hi,

I have run both cmd that you give me.

But it still not working. May I know if I change it to awstats, it will fix the problem ?
 
Back
Top