Question

I am getting this error.

You are missing the `İmagick` library for PHP, install and activate it

I installed #yum install ImageMagick# and #yum install ImageMagick-devel# but still same error appear.

How can I install Imagick easily.

Was it helpful?

Solution

ImageMagick is the distribution library, you have to now install php-imagick, or something along those lines for your distro.

Check PHP documentation, this can be done through PECL sudo pecl install imagick:

http://www.php.net/manual/en/imagick.setup.php

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top