Comment 7 for bug 1671357

Revision history for this message
monty solomon (monty+launchpad) wrote :

The library should be named libmysqlclient instead of libperconaserverclient on OS X.

Excerpt from MySQL C API Implementations
https://dev.mysql.com/doc/refman/5.7/en/c-api-implementations.html

On Unix (and Unix-like) sytems, the static library is libmysqlclient.a. The dynamic library is libmysqlclient.so on most Unix systems and libmysqlclient.dylib on OS X.

For distributions that include embedded server libraries, the corresponding library names begin with libmysqld rather than libmysqlclient.