4
4

More than 5 years have passed since last update.

AWS+EC2でPHP Fatal error: Class 'Imagick' not foundと言われた時の対処法

Posted at

imagemagickは一般的には


yum -y install ImageMagick ImageMagick-perl ImageMagick-devel
yum -y install php-pear php-devel
pecl install imagick

こんな手順で入れるんだけども、AWS+EC2だと正常にライブラリを読めない場合があるようなので、そのときは


yum install php-pecl-imagick

でやってみると幸せになれるかも。

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4