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 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?
erl-DBD-MySQL ########################################### [100%]
Comment