Error while installing Xtrabackup
Posted
by
Olin
on Server Fault
See other posts from Server Fault
or by Olin
Published on 2014-05-28T02:32:57Z
Indexed on
2014/05/28
3:31 UTC
Read the original article
Hit count: 607
xtrabackup
I'd like to install XtraBackup (rpm -i percona-xtrabackup-2.1.9-744.rhel6.x86_64.rpm). During the rpm install it told me that it misses a dependency.
error: Failed dependencies: perl(DBD::mysql) is needed by percona-xtrabackup-2.1.9-744.rhel6.x86_64 perl(Time::HiRes) is needed by percona-xtrabackup-2.1.9-744.rhel6.x86_64
Then I run yum install perl-Time-HiRes, and yum install perl-DBD-MySQL. For install perl-TImes-Hires has successful but not for perl-DBD-MySQL.
Error: file /usr/share/mysql/ukrainian/errmsg.sys from install of mysql-libs-5.1.73-3.el6_5.x86_64 conflicts with file from package MySQL-server-5.6.10-1.el6.x86_64.
I also had try to install : yum install cpan cpan DBI cpan DBD::mysql
But still get the same error. So I hope someone can explain me what the right fix is, to get XtraBackup running on MySQL.
© Server Fault or respective owner