2321212dd 发表于 2016-11-28 10:46:30

Heartbeat 源码安装报错解决

                      使用源码安装Cluster Glue 1.0.12.tar.bz2时出现如下错误:
d1d9996]# ./configure LIBS='/lib64/libuuid.so.1'
....
configure: error: BZ2 Development headers not found

解决方法:
BZ2为bzip2的简写,所以安装即可:
yum -y install bzip2-devel

                   

页: [1]
查看完整版本: Heartbeat 源码安装报错解决