0

Image Magick failed to install

I was getting this kind of error message when i try to install Imagick package on my centos server

checking Testing /opt/local/bin/MagickWand-config... Doesn' t exist
configure: error: not found. Please provide a path to MagickWand-config or
Wand-config program.
ERROR: `/root/tmp/pear/imagick/configure --with-php-config=/opt/cpanel/ea-php71
/root/usr/bin/php-config --with-imagick'  failed

is there any solution to solve this issue?

ImageMagick Add a comment
gibbson
asked Dec 27 2017

Answer

0

It's look like you are missing the dependency package for Imagick installation, you can try installing the following dependent package to resolve this issue.

yum -y install ImageMagick-devel ImageMagick-c++-devel ImageMagick-perl
Add a comment
parthiban
asked Dec 27 2017
edited Oct 05 2018
Post your Answer
0

It appears that you are lacking the package required for the installation of Imagick; to fix this, try installing the dependent package listed below. install ImageMagick-devel ImageMagick-c++-devel ImageMagick-perl with the command yum -y

Available here https://roofingcontractorusa.com Roofing Company USA

Add a comment
ayesy
asked Apr 05 2023
edited Dec 12 2023
Post your Answer