问答详情
源自:4-1 LAMP之安装Mysql

安装mysql报错


CMake Error at cmake/boost.cmake:81 (MESSAGE):
  You can download it with -DDOWNLOAD_BOOST=1 -DWITH_BOOST=<directory>

  This CMake scr


ipt will look for boost in <directory>.  If it is not there,
  it will download and unpack it (in that directory) for you.

  If you are inside a firewall, you may need to use an http proxy:

  export http_proxy=http://example.com:80

Call Stack (most recent call first):
  cmake/boost.cmake:269 (COULD_NOT_FIND_BOOST)
  CMakeLists.txt:455 (INCLUDE)


-- Configuring incomplete, errors occurred!

提问者:超级细菌 2016-10-04 15:53

个回答

  • Lane
    2016-10-09 10:53:17

    需要boost支持,-DDOWNLOAD_BOOST=1  -DWITH_BOOST=/usr/local/boost

  • 丶恶徒丶
    2016-10-10 23:06:22

    啊啊啊啊   我知道了   自己下载一个boost1.59 然后扔进去再执行cmake就可以了   

  • 丶恶徒丶
    2016-10-10 22:59:48

    怎么解决的啊  我也是一样的问题啊   yum已经安装了  boost了   1.5.3那个版本


  • 超级细菌
    2016-10-04 16:26:11

    已解决