9
18

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CentOSにImageMagickをインストールする

Posted at

2度探して調べたことは忘れないようにメモ。

環境

  • Apache 2.2
  • CentOS 6.7
  • PHP 5.6
# yum -y install ImageMagick
# yum -y install ImageMagick-devel
# pecl install imagick

これですんなり完了。
後はphp.iniに以下を追記し、httpdをrestartすればOK。

# vim /etc/php.ini
extension=imagick.so #追記

# service httpd restart
9
18
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
9
18

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?