On Wed, 30 Apr 2003 05:16:24 +0200, Victor Sahlstedt <salan@myrealbox.com> wrote:
On Tue, 29 Apr 2003 21:38:36 -0500 Patrick Shanahan <paka@MyRealBox.com> wrote:
Having successfully compiled 0.7.0, 0.7.1 & 0.7.12, I am unable to compile 0.7.2. I get the following errors which mean very little to me. Any help or direction will be appreciated.
Perhaps outdated libpng? Get the latest stable at; http://sourceforge.net/project/showfiles.php?group_id=5624
<snip> I just downloaded the latest libpng and built it. I still get the following segfault when I link to a web page with a png file on it: # dillo Setting locale to C... dillo_dns_init: Here we go! Disabling cookies. Nav_open_url: Url=>about:splash< Nav_open_url: Url=>http://dillo.auriga.wearlab.de/ChangeLog.html< Dns_server [0]: dillo.auriga.wearlab.de is 0x80d3608 Connecting to 134.102.206.165 Png_error_handling: Application was compiled with png.h from libpng-1.0.14 Segmentation fault If the web page does not have a png file, dillo does not crash. Checking the dillo binary I get: # ldd /usr/bin/dillo libpthread.so.0 => /lib/libpthread.so.0 (0x40013000) libpng.so.2 => /usr/local/lib/libpng.so.2 (0x40028000) <snip> So my question is how does libpng-1.0.14 relate to libpng.so.2? Thanks for any help you can provide, Bill