5 Aug
2003
5 Aug
'03
8:18 p.m.
On Tue, 5 Aug 2003, William Trenker wrote:
I built Dillo 0.7.2 from source and it works great except when there is a png file on the web page I'm browsing. In that case, Dillo segfaults with this message on the command line: Png_error_handling: Application was compiled with png.h from libpng-1.0.12 Segmentation fault
What have I done wrong? Can you give me any suggestion how to fix this?
Most probably you have old png.h headers somewhere. Check: 'libpng-config --version' or 'libpng12-config --version' and check 'libpng-config --cflags' (also png.h and libpng/png.h should be the same file) Cheers Jorge.-