[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
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
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.
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.
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.