Problem Installing Percona XtraDB Cluster 5.5.23-23 on Fedora Core 9

I got an error " /usr/local/Percona-XtraDB-Cluster-5.5.23-23…333.Linux.i686/ bin/mysqld: symbol lookup error: /usr/local/Percona-XtraDB-Cluster-5.5.23-23…333.Linux.i686/ bin/mysqld: undefined symbol: _ZZ16randomized_indexPKvjE5seed1"
while installing Percona XtraDB Cluster 5.5.23-23 from Binaries, on fedora core 9.
I could not find out the reason why i got this error.
Could you guys please help me in this regard.

I’d suppose Fedora 9 is just too old and no longer binary compatible with this build. If you want longer distribution lifetime, you should be using RHEL/CentOS instead.

I just ran into the same problem with Slackware 12.0 and upgrading to mysql-5.5.29.
The solution is quite simple - upgrade glibc libraries:

glibc-2.15
glibc-i18n-2.15
glibc-profile-2.15
glibc-solibs-2.15
glibc-zoneinfo-2013b

Restarted mysql, ran mysql_upgrade and everything worked like a charm. I hope this helps somebody :slight_smile: