Topic: phpmyadmin installing error

when i install phpmyadmin using

yum --enablerepo=remi,remi-test install phpmyadmin

i have this errors

Error: Package: php-tidy-5.4.21-2.el6.remi.x86_64 (remi)
           Requires: php-common(x86-64) = 5.4.21-2.el6.remi
           Installed: php-common-5.5.5-2.el6.remi.x86_64 (@remi-php55)
               php-common(x86-64) = 5.5.5-2.el6.remi
           Available: php-common-5.3.3-22.el6.x86_64 (base)
               php-common(x86-64) = 5.3.3-22.el6
           Available: php-common-5.3.3-23.el6_4.x86_64 (updates)
               php-common(x86-64) = 5.3.3-23.el6_4
           Available: php-common-5.4.21-1.el6.remi.x86_64 (remi)
               php-common(x86-64) = 5.4.21-1.el6.remi
           Available: php-common-5.4.21-2.el6.remi.x86_64 (remi)
               php-common(x86-64) = 5.4.21-2.el6.remi
Error: Package: php-bcmath-5.4.21-2.el6.remi.x86_64 (remi)
           Requires: php-common(x86-64) = 5.4.21-2.el6.remi
           Installed: php-common-5.5.5-2.el6.remi.x86_64 (@remi-php55)
               php-common(x86-64) = 5.5.5-2.el6.remi
           Available: php-common-5.3.3-22.el6.x86_64 (base)
               php-common(x86-64) = 5.3.3-22.el6
           Available: php-common-5.3.3-23.el6_4.x86_64 (updates)
               php-common(x86-64) = 5.3.3-23.el6_4
           Available: php-common-5.4.21-1.el6.remi.x86_64 (remi)
               php-common(x86-64) = 5.4.21-1.el6.remi
           Available: php-common-5.4.21-2.el6.remi.x86_64 (remi)
               php-common(x86-64) = 5.4.21-2.el6.remi
Error: Package: php-recode-5.4.21-2.el6.remi.x86_64 (remi)
           Requires: php-common(x86-64) = 5.4.21-2.el6.remi
           Installed: php-common-5.5.5-2.el6.remi.x86_64 (@remi-php55)
               php-common(x86-64) = 5.5.5-2.el6.remi
           Available: php-common-5.3.3-22.el6.x86_64 (base)
               php-common(x86-64) = 5.3.3-22.el6
           Available: php-common-5.3.3-23.el6_4.x86_64 (updates)
               php-common(x86-64) = 5.3.3-23.el6_4
           Available: php-common-5.4.21-1.el6.remi.x86_64 (remi)
               php-common(x86-64) = 5.4.21-1.el6.remi
           Available: php-common-5.4.21-2.el6.remi.x86_64 (remi)
               php-common(x86-64) = 5.4.21-2.el6.remi
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

Re: phpmyadmin installing error

Look at the WARNING in the top of the page (new repo for php55)

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

3 (edited by mohammed 2013-11-10 13:00:48)

Re: phpmyadmin installing error

I used
yum --enablerepo=remi,remi-php55 install phpmyadmin

The problem has been solved

thanks Remi