[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Problems with webalizer after installing PHP 4.1.2 package ?



I had the same problem
i resolved it by putting in
/usr/bin

a link by
ln -s libpng.so.3 libpng.so.2

But i did this before i installed the new webalizer
but that wont be a problem i think.

Steffan

-

webalizer: error in loading shared libraries: libpng.so.2: cannot open
shared object file: No such file or directory

because:
lrwxrwxrwx   1 root     root           17 Mar  1 21:37 libpng.so.3 ->
libpng.so.3.1.2.1

libpng.so.2 is no longer anywhere on the system.

Resolution?