安装一个lib:
sudo apt-get install libmysqlclient-dev
It seems mysql_config is missing on your system or the installer could not find it. Be sure mysql_config is really installed. For
example on debian you must install the package: libmysqlclient-dev Maybe the mysql_config is not in your path, it will be the case when you compile by yourself the mysql suite.
本文介绍了解决系统中mysql_config缺失的方法,通过安装libmysqlclient-dev包来确保mysql_config的存在,这对于在Debian等系统上进行MySQL相关组件的编译安装尤为重要。
407

被折叠的 条评论
为什么被折叠?



