ceph 源码安装 configure: error: "Can't find boost spirit headers"
Posted wangjq19920210
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ceph 源码安装 configure: error: "Can't find boost spirit headers"相关的知识,希望对你有一定的参考价值。
问题:configure: error: "Can‘t find boost spirit headers"
解决:
下载boost_1_70_0,
链接地址:https://www.boost.org/users/history/version_1_70_0.html
编译:
sudo tar -xf Boost_1_70_0.tar.bz2
cd Boost_1_70_0
sudo ./booststrap.sh --prefix=/usr/local/lib/boost
./b2 install
以上是关于ceph 源码安装 configure: error: "Can't find boost spirit headers"的主要内容,如果未能解决你的问题,请参考以下文章