I’m building a new set of servers with XtraDB 5.5, and using the Yum repository to get the packages. But when I go to install the percona-toolkit package or the xtrabackup package, it downloads and tries to install the shared 5.1 package, which fails on installation.
I tried hand-linking libmysqlclient.so.18.0.0 → libmysqlclient.so.16, but yum looks right past it. Other than doing an rpm-based install (which I don’t want to do), how do I install the toolkit?
I specifically do want to use the packages, as I much prefer packages for version management. I’m just trying to understand why the toolkit and xtrabackup have a dependency for MySQL 5.1 instead of 5.5, or why there isn’t a version for each.