Amazon LinuxでNginx+PHP-fpm7.1という構成にphp-gdをインストールしようとしたら失敗した。おそらく今後何度か作業するので記録しておきます。

Error: Package: gd-last-2.2.4-1.el6.remi.x86_64 (remi-safe)
Requires: libtiff.so.3()(64bit)
Error: Package: gd-last-2.2.4-1.el6.remi.x86_64 (remi-safe)
Requires: libwebp.so.5()(64bit)
You could try using –skip-broken to work around the problem
You could try running: rpm -Va –nofiles –nodigest

$ yum remove libwebp
一度libwebpをアンインストール

$ yum –disablerepo=amzn-main –enablerepo=epel install libwebp
EPELからlibwebpを再インストール

$yum –enablerepo=remi-php71 –disablerepo=amzn-main install php-gd
php71-gdインストール成功!