我正在尝试安装Imagick作为我想要用于我的项目的扩展所需的。
我尝试在我的ArchLinux上安装它,如:
pacman -S imagemagick
pecl install imagick
pecl安装最终导致我出现以下错误:
checking ImageMagick MagickWand API configuration program... checking Testing /usr/local/bin/MagickWand-config... Doesn't exist
checking Testing /usr/bin/MagickWand-config... It exists
found in /usr/bin/MagickWand-config
checking if ImageMagick version is at least 6.2.4... found version 7.0.7 Q16 HDRI
checking for MagickWand.h or magick-wand.h header... configure: error: Unable to find MagickWand.h or magick-wand.h header
ERROR: `/tmp/pear/temp/imagick/configure --with-php-config=/usr/bin/php-config --with-imagick' failed
关于如何在我的ArchLinux上安装Imagick的任何帮助都会很棒。
提前致谢!