编译ceph源码时提示
/opt/rh/devtoolset-7/root/usrilibexec/gcc/x86_64-redhat-tinux/7/ld: cannot find -lBoost::boost
/opt/rh/devtoolset-7/root/usr/Ubexec/gcc/x86_64-redhat-linux/711d: cannot find -lThreads::Threads
查找Boost::boost,发现Boost::boost是在cmake版本不低于3.3才会加载进来的,因此将cmake升级为3.3以上版本可以解决此问题。