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