
If you get the below error while installing PHP extension imagick. I used the command "pecl install imagick" and got the below error:
To fix this error install the ImageMagick-devel package.
yum install ImageMagick-devel
In Ubuntu, you can resolve this by installing a few extra packages.
sudo apt-get install libmagickwand-dev libmagickcore-d...