mysql - What is the solution for Configuration failed because libmysqlclient was not found.? -


configuration failed because libmysqlclient not found. try installing:  * deb: libmariadb-client-lgpl-dev (debian, ubuntu 16.04)         libmariadbclient-dev (ubuntu 14.04)  * rpm: mariadb-devel | mysql-devel (fedora, centos, rhel)  * csw: mysql56_dev (solaris)  * brew: mariadb-connector-c (osx) if libmysqlclient installed, check 'pkg-config' in path , pkg_config_path contains libmysqlclient.pc file. if pkg-config unavailable can set include_dir , lib_dir manually via: r cmd install --configure-vars='include_dir=... lib_dir=...' 

try this:

sudo apt-get install libmysqlclient-dev

intalling mysql client solve problem in ubuntu.


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -