문제

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