zoukankan      html  css  js  c++  java
  • 安装coreseek找不到mysql

    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)上找到这样一段话:

    [plain] view plain copy
     
     print?
    1.   

    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:

    [plain] view plain copy
     
     print?
    1. apt-get install libmysqlclient15-dev  

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

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

  • 相关阅读:
    web前端【第十四篇】Bootstrap简单使用
    web前端【第十三篇】jQuery扩展和事件
    web前端【第十二篇】jQuery文档相关操作
    web前端【第十一篇】jQuery属性相关操作
    页面组件
    索引
    前端基础
    pymysql与mysql各功能
    mysql数据操作
    mysql表相关操作
  • 原文地址:https://www.cnblogs.com/brady-wang/p/5552679.html
Copyright © 2011-2022 走看看