Centos 6.9 erro ao instalar o phpMyAdmin

1

Estou tentando instalar o phpMyAdmin e recebo este erro

php71w-common conflicts with php-common-5.4.45-13.el6.remi.x86_64

aqui vai alguma informação

# 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

e versão do 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

Obrigado pela ajuda

EDITAR

Tentei atualizar para o PHP 5.6 # yum install php55w-pdo-5.5.38-1.w6.x86_64 e obter muitos erros, então tentei remover o PHP com 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

aqui está escrito not installed mas está instalado

# 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
    
por Braian Mellor 09.08.2017 / 00:05

1 resposta

0

Você está tentando instalar um pacote para o PHP 7, apesar de ter o PHP 5 instalado. Instale o pacote relevante do PHP 5 ou atualize sua instalação do PHP para o PHP 7 para resolver o conflito.

    
por 09.08.2017 / 00:37