Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
N/A
-
None
Description
There are various ways how installation of MariaDB over Oracle's MySQL does not work, here is yet another one, RHEL 5 flavor:
$ sudo yum install mysql-community-common
|
...
|
Installed:
|
mysql-community-common.i686 0:5.7.11-1.el5
|
|
Dependency Installed:
|
mysql.i686 0:5.7.11-1.el5 mysql-community-client.i686 0:5.7.11-1.el5
|
mysql-community-libs.i686 0:5.7.11-1.el5 mysql-community-libs-compat.i686 0:5.7.11-1.el5
|
|
Complete!
|
$ rpm -qa | grep -iE 'mysql|maria'
|
mysql-5.7.11-1.el5
|
mysql-community-libs-5.7.11-1.el5
|
mysql-community-client-5.7.11-1.el5
|
mysql-community-common-5.7.11-1.el5
|
mysql-community-libs-compat-5.7.11-1.el5
|
$ sudo yum install MariaDB-10.1.13-rhel5-i686-shared.rpm MariaDB-10.1.13-rhel5-i686-common.rpm
|
Loaded plugins: security
|
Setting up Install Process
|
Examining MariaDB-10.1.13-rhel5-i686-shared.rpm: MariaDB-shared-10.1.13-1.i386
|
Marking MariaDB-10.1.13-rhel5-i686-shared.rpm to be installed
|
Examining MariaDB-10.1.13-rhel5-i686-common.rpm: MariaDB-common-10.1.13-1.i386
|
Marking MariaDB-10.1.13-rhel5-i686-common.rpm to be installed
|
Resolving Dependencies
|
--> Running transaction check
|
---> Package MariaDB-common.i386 0:10.1.13-1 set to be updated
|
---> Package MariaDB-shared.i386 0:10.1.13-1 set to be updated
|
--> Processing Dependency: mysql = 5.7.11-1.el5 for package: mysql-community-common
|
--> Finished Dependency Resolution
|
mysql-community-common-5.7.11-1.el5.i686 from installed has depsolving problems
|
--> Missing Dependency: mysql = 5.7.11-1.el5 is needed by package mysql-community-common-5.7.11-1.el5.i686 (installed)
|
Error: Missing Dependency: mysql = 5.7.11-1.el5 is needed by package mysql-community-common-5.7.11-1.el5.i686 (installed)
|
You could try using --skip-broken to work around the problem
|
You could try running: package-cleanup --problems
|
package-cleanup --dupes
|
rpm -Va --nofiles --nodigest
|
The program package-cleanup is found in the yum-utils package.
|
Attachments
Issue Links
- is part of
-
MDEV-22315 MySQL -> MariaDB upgrades
- Open
-
MDEV-22329 Packages issues when upgrading
- Open