[Cppcms-users] cppdb doesn't find mysqlclient on FreeBSD
Brought to you by:
artyom-beilis
From: <ele...@ex...> - 2012-07-11 07:35:11
|
Hi, libmysqlclient on FreeBSD is stored under /usr/local/lib/mysql and for some reason find_library(MYSQL_LIB mysqlclient) is not sufficient as it doesn't find the shared object. For now I simply symlinked /usr/local/lib/mysql/libmysqlclient.so to /usr/local/lib What would be the "proper" way to fix this? Petr |