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,安装成功。

  • 相关阅读:
    OpenStack 多节点纳管 vCenter 5.5
    OpenStack 多节点纳管 vCenter 5.5
    java.utils.UUID类介绍
    BeanUtils工具类
    Request笔记
    JavaEE_XMind总结
    JavaSE_XMind总结
    完成页面的定时跳转
    使用jsp完成商品列表的动态显示
    Respone笔记
  • 原文地址:https://www.cnblogs.com/brady-wang/p/5552679.html
Copyright © 2011-2022 走看看