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 저장소.

냠 목록이 설치되었습니다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 FAQphp56u의 경우에는 mod_php71u에도 적용됩니다. IUS 패키지는 개별적으로 사용하도록 설계되었으므로 mod_php 패키지는 재고 httpd에 대해 컴파일됩니다. 이는 httpd24u를 강제로 사용하지 않고도 php71u를 사용할 수 있음을 의미합니다. 둘 다 사용하려면 mod_php71u에서 php71u-fpm으로 전환해야 합니다.

관련 정보