Re: [Cppcms-users] [cppdb] mysqlclient
Brought to you by:
artyom-beilis
From: Daniel V. <chi...@gm...> - 2011-11-25 20:35:44
|
You should install the package that contains "mysql.h" and "libmysqlclient.so". If you already installed that package, try to setup manually the following variables (use cmake or cmake-gui (recomended) ) MYSQL_LIB MYSQL_PATH On my system (ubuntu 11.10): MYSQL_LIB=/usr/lib/libmysqlclient.so MYSQL_PATH=/usr/include/mysql Good bye. On Fri, 2011-11-25 at 20:04 +0000, Marcel Hellwig wrote: > What is the MysqlClient under Fedora? I nearly installed every packed that has > something to do with mysql under fedora, but it still says me: > "-- mysqlclient not found, disableing mysql backend" > I can compile it without, but don't have the mysql features. > What is your experience? |