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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top