phpMyAdmin을 설치하려고 하는데 이 오류가 발생합니다.
php71w-common이 php-common-5.4.45-13.el6.remi.x86_64와 충돌합니다.
이건 정보야
# rpm -qa php\*
php-bcmath-5.4.45-13.el6.remi.x86_64
php-php-gettext-1.0.12-1.el6.remi.noarch
php-xml-5.4.45-13.el6.remi.x86_64
php-common-5.4.45-13.el6.remi.x86_64
php-tcpdf-6.2.13-1.el6.remi.noarch
php-cli-5.4.45-13.el6.remi.x86_64
php-process-5.4.45-13.el6.remi.x86_64
php-pecl-apcu-4.0.11-2.el6.remi.5.4.x86_64
php-gd-5.4.45-13.el6.remi.x86_64
php-mbstring-5.4.45-13.el6.remi.x86_64
php-tcpdf-dejavu-sans-fonts-6.2.13-1.el6.remi.noarch
php-pdo-5.4.45-13.el6.remi.x86_64
php-tidy-5.4.45-13.el6.remi.x86_64
php-5.4.45-13.el6.remi.x86_64
php-mcrypt-5.4.45-13.el6.remi.x86_64
php-fedora-autoloader-1.0.0-1.el6.remi.noarch
그리고 PHP 버전
# php -v
PHP 5.4.45 (cli) (built: Feb 18 2017 15:55:26)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
당신의 도움에 감사드립니다
편집하다
PHP 5.6으로 업데이트를 시도했는데 # yum install php55w-pdo-5.5.38-1.w6.x86_64
많은 오류가 발생하여 다음 명령을 사용하여 PHP를 제거하려고 시도했습니다.yum remove php
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Remove Process
No Match for argument: php
Loading mirror speeds from cached hostfile
* base: centos.xfree.com.ar
* epel: mirror.uta.edu.ec
* extras: centos.xfree.com.ar
* remi: remi.xpg.com.br
* remi-safe: remi.xpg.com.br
* updates: centos.xfree.com.ar
* webtatic: us-east.repo.webtatic.com
Package(s) php available, but not installed.
No Packages marked for removal
여기에 나와 있지만 not installed
설치되어 있습니다.
# php -v
PHP 5.5.38 (cli) (built: Feb 18 2017 08:33:29)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Technologies
답변1
PHP 5가 설치되어 있는 동안 PHP 7용 패키지를 설치하려고 합니다. 관련 PHP 5 패키지를 설치하거나 PHP 설치를 PHP 7로 업그레이드하여 충돌을 해결하세요.