Nginxをインストールするためphp-fmpをインストールしようとしているのですが,うまくいきません。どうの様にすればよいのでしょうか。
●試したコード
yum --enablerepo=remi install php-fpm
▪️▪️出力されるメッセージ▪️▪️
読み込んだプラグイン:fastestmirror, security
インストール処理の設定をしています
Loading mirror speeds from cached hostfile
- base: ftp.nara.wide.ad.jp
- epel: ftp.riken.jp
- extras: ftp.nara.wide.ad.jp
- remi: mirror.smartmedia.net.id
- remi-safe: mirror.smartmedia.net.id
- updates: ftp.nara.wide.ad.jp
依存性の解決をしています
--> トランザクションの確認を実行しています。
---> Package php-fpm.x86_64 0:5.4.45-13.el6.remi will be インストール
--> 依存性の処理をしています: php-common(x86-64) = 5.4.45-13.el6.remi のパッケージ: php-fpm-5.4.45-13.el6.remi.x86_64
--> 依存性解決を終了しました。
エラー: パッケージ: php-fpm-5.4.45-13.el6.remi.x86_64 (remi)
要求: php-common(x86-64) = 5.4.45-13.el6.remi
インストール: php-common-5.6.30-1.el6.remi.x86_64 (@remi-php56)
php-common(x86-64) = 5.6.30-1.el6.remi
利用可能: php-common-5.3.3-47.el6.x86_64 (base)
php-common(x86-64) = 5.3.3-47.el6
利用可能: php-common-5.3.3-48.el6_8.x86_64 (updates)
php-common(x86-64) = 5.3.3-48.el6_8
利用可能: php-common-5.4.45-12.el6.remi.x86_64 (remi)
php-common(x86-64) = 5.4.45-12.el6.remi
利用可能: php-common-5.4.45-13.el6.remi.x86_64 (remi)
php-common(x86-64) = 5.4.45-13.el6.remi
問題を回避するために --skip-broken を用いることができません
これらを試行できます: rpm -Va --nofiles --nodigest
●●調べたコード●●
yum list | grep php-fpm
▪️▪️出力されるメッセージ▪️▪️
php-fpm.x86_64 5.3.3-48.el6_8 updates
php54-php-fpm.x86_64 5.4.45-13.el6.remi remi-safe
php55-php-fpm.x86_64 5.5.38-7.el6.remi remi-safe
php56-php-fpm.x86_64 5.6.30-1.el6.remi remi-safe
php70-php-fpm.x86_64 7.0.16-1.el6.remi remi-safe
php71-php-fpm.x86_64 7.1.2-1.el6.remi remi-safe