5 Aug
2003
5 Aug
'03
8:25 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?
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).