由于功能需要,体验了手动编译安装Libvrt,还是碰到了不少问题,这里总结如下仅限于centos7: 1.configure: error: You must install the pciaccess module to build with udev 解决方案:yum install libpciaccess-devel.x86_64 2.configure: error: You must install device-mapper-devel/libdevmapper >= 1.
https://www.xingchenw.cn/article/191 Centos下编译升级安装Boost 首先在官网现在相应的包 https://www.boost.org/users/download/ 或者直接在Linxu系统中下载: wget https://dl.bintray.com/boostorg/release/1.67.0/source/boost_1_67_0.tar.gz 解压 cd /home tar -zxvf boost_1_67_0.tar.gz cd bo