Install ImageMagick on CentOS 8 1

Facebooktwittermail

RHEL8/CentOS8ではImageMagickパッケージが削除されました。

A.3. 削除されたパッケージ
https://access.redhat.com/documentation/ja-jp/red_hat_enterprise_linux/8/html-single/considerations_in_adopting_rhel_8/index#removed-packages_changes-to-packages

代わりにImageMagickから分岐したGraphicsMagickがあるようですが、今回はImageMagickをソースから導入してみました。

参考サイトです。
Install ImageMagick (Image Manipulation) Tool on RHEL/CentOS and Fedora
https://www.tecmint.com/install-imagemagick-in-linux/

事前に開発ツールをインストールして下さい。

  1. ソースのダウンロード
  2. 解凍
  3. コンパイル
  4. 確認
  5. PHP拡張
  6. phpから利用するためのモジュールをインストールします。
    phpはremi repoで導入した7.4です。

    Install PHP 7.4 on CentOS 8 with Remi’s repo

    php-develのインストールでエラーになりました。

    調べたらこれかな? PowerTools repositoryはCentOS開発者向けリポジトリのようです。
    From Centos-8 repos, libedit-devel packages missing
    https://bugs.centos.org/view.php?id=16604

    Repository installation
    https://blog.remirepo.net/post/2019/09/24/CentOS-8-repository

One comment on “Install ImageMagick on CentOS 8

  1. Pingback: ServersMan から conoHa に vps を乗り換え備忘録

Leave a Reply