Segfaults with png files
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? Thanks, Bill
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.-
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?
You have multiple versions of libpng installed. Compiler used libpng-1.0.12's header files and dynamic linker found a .so file belonging to some other version (ldd `which dillo` should show it).
participants (3)
-
Jorge Arellano Cid
-
Madis Janson
-
William Trenker