Yeah - I have the same problem too. I'm missing libpng10.so.0 and can't seem to find it anywhere here.
You can get more info about what libs are needed by an executable if you have 'ldd' on the system:
Code:bash-2.02# ldd osdwriter libpng10.so.0 => not found libc.so.6 => /lib/libc.so.6 (0x2ab04000) /lib/ld.so.1 => /lib/ld.so.1 (0x2aaa8000)


Reply With Quote