源代码编译遇到的问题
一、./mos/ceph/configure遇到的问题
1、configure: error: cython not found:
yum install Cython
2、 configure: error: python-config not found:
yum install python-devel
3、configure: error: libsnappy not found:
下载snappy_1.1.3.orig.tar.gz
cd snappy-1.1.3/–》make–>make install
4、configure: error: libleveldb not found:
rpm -ivh leveldb-devel-1.12.0-11.el7.x86_64.rpm
rpm -ivh leveldb-1.12.0-11.el7.x86_64.rpm
5、configure: error: blkid/blkid.h not found (libblkid-dev, libblkid-devel):
yum localinstall libblkid-devel-2.23.2-59.el7_6.1.x86_64.rpm
6、configure: error: libudev.h not found (libudev-dev, libudev-devel):
yum install libudev-devel
7、configure: error: no suitable crypto library found:
1)rpm -ivh cryptopp-5.6.2-10.el7.x86_64.rpm
2)rpm -ivh cryptopp-devel-5.6.2-10.el7.x86_64.rpm
8、configure: error: no FUSE found (use --without-fuse to disable):yum install fuse fuse-devel
9、configure: error: no tcmalloc fou
ceph源码编译遇到的问题(针对x86 centos)
最新推荐文章于 2024-07-09 23:08:52 发布