Re: Installing imagick
Posted: 2008-03-16T08:09:15-07:00
You're lacking the ImageMagick development package. In debian based distros it's something like libmagick9-dev.
Use https://github.com/ImageMagick/ImageMagick/discussions instead.
https://imagemagick.com/discourse-server/
https://imagemagick.com/discourse-server/viewtopic.php?t=10839
I attempted to build PHP 5.2.5 with the latest imagick 2.1.1 from the PECL site using Visual C++ 2005 Express on Windows XP Professional and ran into a few issues myself. I was eventually able to build a working php_imagick.dll and posted the procedure I used on ApacheLounge.com if any Windows users are having problems.joem wrote:For the past 3 hours or so I have been trying to install imagick.