Install PHPMyAdmin Error: php71u-common conflicts with php-common-5.4.16-46.el7.x86_64

Issues related to applications and software problems
Post Reply
LouKnows
Posts: 2
Joined: 2019/01/04 04:23:46

Install PHPMyAdmin Error: php71u-common conflicts with php-common-5.4.16-46.el7.x86_64

Post by LouKnows » 2019/01/04 04:30:47

Hi,
I'm installing phpmyadmin in centos. I run the following commands.

1.) Added repositories for phpmyadmin
yum install epel-release

2.) Install phpmyadmin
yum install phpmyadmin

I got this error when running the second command:
Error: php71u-common conflicts with php-common-5.4.16-46.el7.x86_64
Error: php71u-json conflicts with php-common-5.4.16-46.el7.x86_64
Error: php71u-gmp conflicts with php-common-5.4.16-46.el7.x86_64

Please help me in resolving this issue.

Regards,
Lou

User avatar
TrevorH
Site Admin
Posts: 33191
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Install PHPMyAdmin Error: php71u-common conflicts with php-common-5.4.16-46.el7.x86_64

Post by TrevorH » 2019/01/04 13:14:08

The phpmyadmin from EPEL requires the distro version of php. You are using the IUS copy.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

LouKnows
Posts: 2
Joined: 2019/01/04 04:23:46

Re: Install PHPMyAdmin Error: php71u-common conflicts with php-common-5.4.16-46.el7.x86_64

Post by LouKnows » 2019/01/11 11:50:49

What command should i run then?

Post Reply