Comment 3 for bug 1291249

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

> Undoubtedly, if compiling again, they will be compiled against libmysqlclient.so.16 from Percona-Server-Shared-compat.

If you are building against Percona-Server-Shared-55 / Percona-Server-devel-55, it will be built against libperconaserverclient.so.18 (which is same as libmysqlclient.so.18 sans the name (to avoid conflicts)).

This is what mysql_config from -devel-55 would give:

mysql_config --libs
-L/usr/lib64 -lperconaserverclient -lpthread -lm -lrt -lssl -lcrypto -ldl