yum install mod_php71u の競合を解決するにはどうすればいいですか?

yum install mod_php71u の競合を解決するにはどうすればいいですか?

yum install mod_php71u コマンドを実行すると、次のメッセージが表示されます。

Error: httpd24u-tools conflicts with httpd-tools-2.2.15-60.el6.centos.6.x86_64
Error: httpd24u conflicts with httpd-2.2.15-60.el6.centos.6.x86_64

ベース CentOS httpd を無視するコマンドを実行する必要がありますか?

何が間違っているのでしょうか?

追加情報:

mod_php71uとhttpd24uはIUS リポジトリ

yumリストがインストールされましたhttpd

Installed Packages
httpd24u.x86_64                                                            2.4.29-1.ius.centos6                                                  @ius
httpd24u-filesystem.noarch                                                 2.4.29-1.ius.centos6                                                  @ius
httpd24u-tools.x86_64                                                      2.4.29-1.ius.centos6                                                  @ius

おいしいリポリスト

repo id                                       repo name                                                                                     status
base                                          CentOS-6 - Base                                                                                   6,706
epel                                          Extra Packages for Enterprise Linux 6 - x86_64                                                12,368+86
extras                                        CentOS-6 - Extras                                                                                  50+2
ius                                           IUS Community Packages for Enterprise Linux 6 - x86_64                                              392
updates                                       CentOS-6 - Updates                                                                                  945
repolist: 20,461

答え1

これについては、IUSに関するよくある質問php56u 用ですが、mod_php71u にも適用されます。IUS パッケージはアラカルトで使用できるように設計されているため、mod_php パッケージは標準の httpd に対してコンパイルされます。つまり、httpd24u も使用することを強制されることなく、php71u を使用できます。両方を使用する場合は、mod_php71u から php71u-fpm に切り替える必要があります。

関連情報