ImageMagickをインストールしようとしました。しかし、エラーが以下の取得:
wgetのhttps://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.7-0.x86_64.rpmImageMagick-libs-7.0.7-0.x86_64.rpmエラー:失敗した依存性
wgetのhttps://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-libs-7.0.7-0.x86_64.rpm
[[email protected] ~]# rpm -Uvh ImageMagick-libs-7.0.7-0.x86_64.rpm
error: Failed dependencies:
libICE.so.6()(64bit) is needed by ImageMagick-libs-7.0.7-0.x86_64
libSM.so.6()(64bit) is needed by ImageMagick-libs-7.0.7-0.x86_64
libXext.so.6()(64bit) is needed by ImageMagick-libs-7.0.7-0.x86_64
libXt.so.6()(64bit) is needed by ImageMagick-libs-7.0.7-0.x86_64
libcairo.so.2()(64bit) is needed by ImageMagick-libs-7.0.7-0.x86_64
libfftw3.so.3()(64bit) is needed by ImageMagick-libs-7.0.7-0.x86_64
libgs.so.9()(64bit) is needed by ImageMagick-libs-7.0.7-0.x86_64
liblcms2.so.2()(64bit) is needed by ImageMagick-libs-7.0.7-0.x86_64
libltdl.so.7()(64bit) is needed by ImageMagick-libs-7.0.7-0.x86_64
libpango-1.0.so.0()(64bit) is needed by ImageMagick-libs-7.0.7-0.x86_64
libpangocairo-1.0.so.0()(64bit) is needed by ImageMagick-libs-7.0.7-0.x86_64
libwmflite-0.2.so.7()(64bit) is needed by ImageMagick-libs-7.0.7-0.x86_64
私のサーバー構成:
[[email protected] ~]# php -v
PHP 7.0.22 (cli) (built: Aug 7 2017 16:18:27) (NTS)
[[email protected] ~]# nginx -v
nginx version: nginx/1.10.2
OS:CentOSの1611年3月7日(コア)
私は、次のダウンロード
これらの依存関係を解決するのに誰かを助けることができますか?
インするために 'yum'を使うことができますか?欠けている依存性が高い。ゴーストスクリプト、X、カイロ、パンゴ、lcms、fftw、wmfliteが必要です。 – emcconville