[plug] php4 libpng seg fault

William Kenworthy billk at iinet.net.au
Fri Jun 20 20:43:40 WST 2003


This is telling you that you have had two different versions of libpng
at some time.  Was quite a disaster at the time for many people - inc me
on a Mandrake system - one reason why I moved to gentoo!  

You will need to make sure you have ONLY the latest version installed,
and then recompile any apps that show the warning you saw - the apps
were compiled against the old version, but the libpng libraries are
newer.  There were some scripts around that tracked the dependencies,
but I think they always missed a few apps.

BillK

On Fri, 2003-06-20 at 11:27, Onno Benschop wrote:
> Hi all,
> 
> Writing software that depends on other people is not my idea of fun
> today. In attempting to work out why my PHP script wasn't opening up a
> PNG, I came across the following:
> 
> libpng warning: Application was compiled with png.h from libpng-1.2.5
> libpng warning: Application  is  running with png.c from libpng-1.0.15
> gd-png:  fatal libpng error: Incompatible libpng version in application
> and library
> Segmentation fault
> 
> Searching the net tells me that this problem has existed - with
> different versions - since August last year. Debian bug track lists a
> few bugs with no followup. Dates are ludicrous...
> 
> Can anyone tell me how to fix this - without requiring a total
> re-compile and re-install.
> 
> I'm running Debian Testing...
> 
> Kind regards,
> 
> 
> Onno Benschop 
> 
> Connected via Optus B3 from S33:37'33" - E115:07'30" (Dunsborough, WA)
-- 
William Kenworthy <billk at iinet.net.au>



More information about the plug mailing list