CMake Error at cmake/boost.cmake:100 (MESSAGE):
You can download it with -DDOWNLOAD_BOOST=1 -DWITH_BOOST=<directory>
This CMake script 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 https proxy:
export https_proxy=http://example.com:80
Call Stack (most recent call first):
cmake/boost.cmake:288 (COULD_NOT_FIND_BOOST)
CMakeLists.txt:671 (INCLUDE)
源码包应该下错了 应该下载的是https://dev.mysql.com/downloads/file/?id=476474 这个路径下的源码安装包
下载完成之后 还可能出现cmake版本过低的问题
更新cmake网络上暂时没有好的方案
至于终极解决方案 建议参考如下链接
https://www.centoschina.cn/server/sql/mysql/9204.html
我在编译安装也是一样的问题,我按照但是还没有解决