Issues

Select view

Select search mode

 
20 of 20

Cannot install Percona Toolkit on the machine with MySQL 5.7 running

Done

Description

I have on all servers MySQL Community 5.7.16 standalone.

When I was trying to install Percona Toolkit version 3 (the last version) on a few servers I encountered the following error (after downloading a rpm package):

 

Transaction check error:
file /etc/my.cnf from install of Percona-Server-shared-56-5.6.37-rel82.2.el7.x86_64 conflicts with file from package mysql-community-server-5.7.16-1.el7.x86_64

 

I can't install another packages that depends on Percona-Server-shared-56-5.6.37-rel82.2.el7.x86_64 too.

 

 

 

Environment

MySQL Community 5.7.16

CentOS 7

Attachments

6

Smart Checklist

Details

Assignee

Reporter

Priority

Components

Affects versions

Smart Checklist

Created September 12, 2017 at 7:48 AM
Updated July 22, 2024 at 3:25 PM
Resolved October 11, 2017 at 12:18 PM

Activity

Pavel ZegerOctober 19, 2017 at 2:35 PM

I've successfully installed Percona Toolkit after installation of this package that includes libmysqlclient.so.18:

sudo yum install mysql-community-libs-compat-5.7.20-1.el7.x86_64.rpm

Thanks anyway for your help!

Pavel ZegerOctober 19, 2017 at 2:19 PM

I can't add a screenshot so I added the error output:

Error: Package: perl-DBD-MySQL-4.023-5.el7.x86_64 (base)
Requires: libmysqlclient.so.18(libmysqlclient_18)(64bit)
Error: Package: perl-DBD-MySQL-4.023-5.el7.x86_64 (base)
Requires: libmysqlclient.so.18()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

 

Pavel ZegerOctober 19, 2017 at 2:18 PM

Sorry. This error:

Pavel ZegerOctober 19, 2017 at 2:17 PM

Unfortunately I'm still getting this error:

Evgeniy PatlanSeptember 30, 2017 at 8:27 AM

could you please try to install perl-DBD-MySQL in the following way: 
yum install perl-DBD-MySQL --disablerepo percona-release*
and after that please try to install percona-toolkit