You are missing the İmagick library for PHP. How install Imagick easily?

StackOverflow https://stackoverflow.com/questions/22404432

  •  14-06-2023
  •  | 
  •  

Вопрос

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