`

ERROR: cannot find MySQL include files 安装 coreseek-3.2.14 遇到的问题及解决

阅读更多

   

    1.安装 coreseek-3.2.14 遇到问题:“ERROR: cannot find MySQL include files,随即在网上搜索各种答案说是要找到mysql.h的正确路径加入./configure才行,可惜找之不到,后来在官网(http://dev.mysql.com/doc/refman/5.5/en/c.html)上找到这样一段话:

 

NoteIf, after an upgrade, you experience problems with compiled client programs, such as Commands out of sync or unexpected core dumps, you probably have used old header or library files when compiling your programs. In this case, check the date for your mysql.h file and libmysqlclient.a library to verify that they are from the new MySQL distribution. If not, recompile your programs with the new headers and libraries. Recompilation might also be necessary for programs compiled against the shared client library if the library major version number has changed (for example from libmysqlclient.so.15 to libmysqlclient.so.16.

     建议用户使用新的 headers 和 library 重新编译 mysql ,说实话我们现在安装 mysql 已经很少使用手动编译的方式了,于是在下面有一个用户评论(User Comments)很有用:

 

 

    Connect to the Internet and do this on Debian Linux to get mysql_config and libraries for C code to compile:

 

apt-get install libmysqlclient15-dev  

   See http://packages.debian.org for place to search for missing libraries

 

 

    使用之后,再编译coreseek-3.2.14,安装成功。

 

 

参考文章:http://blog.csdn.net/agangdi/article/details/8177789

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics