Page 1 of 1

SOLVED phpadmin install problem

Posted: Fri Apr 08, 2016 3:37 pm
by leisegang
i updated mariadb to 10.1, now phpadmin isnt installed anymore.


i get this when trying to install:

Code: Select all

[root@server conf.d]# yum -y install phpmyadmin
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.nl.leaseweb.net
 * epel: ftp.nluug.nl
 * extras: ftp.nluug.nl
 * remi-safe: remi.mirrors.cu.be
 * updates: ftp.nluug.nl
 * webtatic: uk.repo.webtatic.com
Resolving Dependencies
--> Running transaction check
---> Package phpMyAdmin.noarch 0:4.4.15.5-1.el7 will be installed
--> Processing Dependency: php-mysqli >= 5.3.7 for package: phpMyAdmin-4.4.15.5-1.el7.noarch
--> Running transaction check
---> Package php-mysqlnd.x86_64 0:5.4.16-36.el7_1 will be installed
--> Processing Dependency: php-pdo(x86-64) = 5.4.16-36.el7_1 for package: php-mysqlnd-5.4.16-36.el7_1.x86_64
--> Finished Dependency Resolution
Error: Package: php-mysqlnd-5.4.16-36.el7_1.x86_64 (base)
           Requires: php-pdo(x86-64) = 5.4.16-36.el7_1
           Installed: php-pdo-5.4.45-4.el7.remi.x86_64 (@remi)
               php-pdo(x86-64) = 5.4.45-4.el7.remi
           Available: php-pdo-5.4.16-36.el7_1.x86_64 (base)
               php-pdo(x86-64) = 5.4.16-36.el7_1
           Available: php54w-pdo-5.4.45-2.w7.x86_64 (webtatic)
               php-pdo(x86-64) = 5.4.45-2.w7
           Available: php55w-pdo-5.5.32-1.w7.x86_64 (webtatic)
               php-pdo(x86-64) = 5.5.32-1.w7
           Available: php55w-pdo-5.5.33-1.w7.x86_64 (webtatic)
               php-pdo(x86-64) = 5.5.33-1.w7
           Available: php56w-pdo-5.6.18-1.w7.x86_64 (webtatic)
               php-pdo(x86-64) = 5.6.18-1.w7
           Available: php56w-pdo-5.6.19-1.w7.x86_64 (webtatic)
               php-pdo(x86-64) = 5.6.19-1.w7
           Available: php70w-pdo-7.0.3-1.w7.x86_64 (webtatic)
               php-pdo(x86-64) = 7.0.3-1.w7
           Available: php70w-pdo-7.0.4-1.w7.x86_64 (webtatic)
               php-pdo(x86-64) = 7.0.4-1.w7
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest


any ideas on what to do?

Re: phpadmin install problem

Posted: Sat Apr 09, 2016 4:58 pm
by skamasle
I think problem is than you install aditional repository to upgrade mariadb may webtatic repo,so you have dependencies problem.

It try install phpmyadmin dependencies and dont know what do because found a lot of php versión, php55, php 56 etc

The better option for upgrade mariadb or mysql in this case is use oficial comunity repo or mariadb repo, they only change related packages and not add aditional packages or unecesary packages like in this case.

You can try delete webtatic remo and install phpmyadmin from remi for your default php version.

Re: phpadmin install problem

Posted: Sat Apr 09, 2016 5:02 pm
by leisegang
i got it working with changing to another repository.

forgot to mark it here as solved!