centos 6 vps에는 PHP 패키지가 없습니다.

centos 6 vps에는 PHP 패키지가 없습니다.

centos6.8 vps가 있고 cpanel을 사용하여 php5.5 버전을 설치했지만 이제 서버에 php5.6을 설치/업그레이드해야 하지만 php5.6 및 php7.0용 패키지도 얻지 못합니다.

그래서 을 ( 를 epel) 설치했지만 여전히 사용 가능한 패키지를 찾을 수 없습니다.remiremi-php5.6

   # yum repolist enabled
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.mirror.ndchost.com
 * epel: mirror.hmc.edu
 * extras: mirror.lax.hugeserver.com
 * remi: mirrors.mediatemple.net
 * remi-php55: mirrors.mediatemple.net
 * remi-php56: mirrors.mediatemple.net
 * remi-safe: mirrors.mediatemple.net
 * updates: ftp.usf.edu
repo id                                     repo name                                                                                       status
atrpms                                      Red Hat Enterprise Linux 6 - x86_64 - ATrpms                                                       2,746+9
base                                        CentOS-6 - Base                                                                                   6,634+62
epel                                        Extra Packages for Enterprise Linux 6 - x86_64                                                  11,612+746
extras                                      CentOS-6 - Extras                                                                                       64
remi                                        Remi's RPM repository for Enterprise Linux 6 - x86_64                                            335+3,712
remi-php55                                  Remi's PHP 5.5 RPM repository for Enterprise Linux 6 - x86_64                                       14+408
remi-php56                                  Remi's PHP 5.6 RPM repository for Enterprise Linux 6 - x86_64                                       12+405
remi-safe                                   Safe Remi's RPM repository for Enterprise Linux 6 - x86_64                                       101+1,667
updates                                     CentOS-6 - Updates                                                                                  907+67
repolist: 22,425

# yum list available 'php-*'
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.mirror.lstn.net
 * epel: mirror.hmc.edu
 * extras: repos.lax.quadranet.com
 * remi: mirrors.mediatemple.net
 * remi-php55: mirrors.mediatemple.net
 * remi-php56: mirrors.mediatemple.net
 * remi-safe: mirrors.mediatemple.net
 * updates: centos-distro.cavecreek.net
Error: No matching Packages to list

여기에서 yum을 사용하여 php, php5.6/w 및 php7.0을 설치하려고 했지만 패키지를 얻지 못했습니다. 왜 패키지를 얻을 수 없는지 아시는 분 계신가요?

답변1

cpanel을 사용하여 설치했기 때문에 비활성화되었습니다./etc/yum.conf

# head /etc/yum.conf
exclude= php*  mysql* ...

여기서는 php*yum.conf를 삭제했고 이제 yum.

클라우드에서 vps를 사용하고 계시다면 exclude먼저 yum 구성 파일 섹션을 확인해주세요 :)

관련 정보