Heartbeat 源码安装报错解决
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
本文出自 “kunka” 博客,转载请与作者联系!
以上是关于Heartbeat 源码安装报错解决的主要内容,如果未能解决你的问题,请参考以下文章