Page 1 of 1
no png support
Posted: 2010-10-03T11:30:43-07:00
by spencer82
Hi
I updated my server to Debian Lenny, PHP Version 5.2.6, ImageMagic 6.6.4-8 2010-10-03 and imagick 3.0.0.
But I haven't png support.
What can I do?
libpng12-0 is installed.
Thanks!
Re: no png support
Posted: 2010-10-03T11:36:23-07:00
by fmw42
You have to install libpng before recompiling IM and it must be installed in the location where IM knows about it. I am no expert on configuration issues, but you can check if IM know about png by
convert -list configure
and look at the line starting with DELEGATES.
If IM and libpng are not in the same directory (typically /usr/bin or /usr/local/bin) then you may have to use one of the advanced settings to tell IM where your libpng is located. see
http://www.imagemagick.org/script/advan ... lation.php
Re: no png support
Posted: 2010-10-04T01:39:45-07:00
by spencer82
There are two values in der DELEGATES line: png zlib
Is that correct?
During ./configure :
checking for PNG...
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for png_get_io_ptr in -lpng... yes
checking if PNG package is complete... yes
But still no png support (identify -list format)
Re: no png support
Posted: 2010-10-04T02:25:11-07:00
by spencer82
I have solved my problem:
Updating the g++ compiler, make distclear, configure, make, make install.
Stupid compiler ^^