Hi,
On Wed, 7 Nov 2001, Barty, Joe wrote:
> Is anyone running Webalizer, I'm trying to but I keep getting the error message:
> ld.so.1:webalizer: fatal: libpng.so.3: open failed: No such file or directory
> Killed
> If anyone has any ideas, I would appreciate the feedback. Libpng.so.3 does
> exist.
but not where Webalizer can find it. It's a shared library and if it's not
in the library search path, the runtime linker won't find it.
I assume if you do "ldd webalizer" you'll get "libpng.so.3: (not found)".
Try setting the enviropnment variable
LD_LIBRARY_PATH=/where/lives/libpng.so.3
and then rerun the ldd command.
Colin
-- Colin Campbell Unix Support/Postmaster/Hostmaster CITEC +61 7 3006 4710Received on Wed Nov 07 2001 - 17:44:10 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:03:58 MST