> breezy% gs: ld.so.1: gs: fatal: libpng12.so.0: open failed: No such file or > directory > > I do not find libpng12.so.0 on my machine. Do I need > a specific ghostview that comes with the
The program in question is ghostscript (gs), not ghostview. xdvi just needs a working version of it. I am quite sure, that if you run gs on its own, that it will fail with the same error message. > library libpng12.so.0? The ghostview comes with the library > in /usr/local/share/ghostscript/8.00/lib but it doesn't include > and lib**.so.0 files there. So, it seems that your ghostscripts (again: not ghostview) is not properly installed. It is linked against a shared library which is not installed. This means that the program cannot run. Thomas
