If you ever get an error with MySQL client library:
php: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory
while using Percona MySQL Server 5.5 just go ahead and install Percona-Server-shared-compat package from Percona Repo:
yum install Percona-Server-shared-compat
Category: Operations
Quentin C says:
Hi Vlad,
You can also look this article for have more informations for fix this libraries;
http://blog.avis-planethoster.com/trucs-astuces/probleme-suite-a-la-mise-a-jour-percona-5-6-16-64-et-la-librairie-libmysqlclient-so-3644
Best regards.