问题: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"
原文地址:https://www.cnblogs.com/wangjq19920210/p/10712462.html
时间: 2024-11-07 12:30:42