Well, your problem is probably exactly what it says.  You built PHP
against a png.h header file that didn't match the libpng library version.

Make sure you only have one version installed.

-Rasmus

On Thu, 31 Jan 2002, Jonathan Hilgeman wrote:

> Hi,
> When I try to use GD+PNG functions to create dynamic PNG images, I get this
> error:
>
> libpng warning: Application was compiled with png.h from libpng-1.0.8
> libpng warning: Application  is  running with png.c from libpng-1.2.1
> gd-png:  fatal libpng error: Incompatible libpng version in application and
> library
> Segmentation fault (core dumped)
>
> Anyone want to try this one?
>
> - Jonathan
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to