2013年(4)
分类: LINUX
2013-08-05 17:30:52
一、首先安装一些库文件,避免在安装过程中出现库文件不存在的情况。
二、添加用户和组
groupadd haclient
useradd -g haclient hacluster -M -s /sbin/nologin
三、安装Cluster-Glue
官方下载地址
进行make && make install编译的时候,出现了类似:
error while loading shared libraries: libnet.so.9: cannot open shared object file: No such file or directory