首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Debian 8上的Pacemaker安装

Debian 8上的Pacemaker安装
EN

Stack Overflow用户
提问于 2015-12-31 13:29:18
回答 3查看 2.2K关注 0票数 3

我已经安装了Debian8.2,我想在it.But上安装Pacemaker。

代码语言:javascript
复制
apt-get install pacemaker

它给了我们

代码语言:javascript
复制
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package pacemaker is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'pacemaker' has no installation candidate

我被搜索了很多次,但什么也没找到。我也尝试了https://wiki.debian.org/Debian-HA/ClustersFromScratch中提到的步骤,但没有成功。

我也尝试过从源代码开始构建,但得到了

代码语言:javascript
复制
configure: error: Version of libqb is too old: v0.13 or greater requried

pkg-config的输出为

如何解决此错误?

在Debian jessie中设置故障转移的最佳方式是什么?

有没有人能帮我一下?

EN

回答 3

Stack Overflow用户

发布于 2016-01-25 19:21:41

Pacemaker仅适用于Debian Wheezy和Sid,但您可以使用rgmanager。

票数 0
EN

Stack Overflow用户

发布于 2016-04-16 05:24:17

对我起作用的是:

将以下内容添加到/etc/apt/Soures.list中

代码语言:javascript
复制
deb http://ftp.uk.debian.org/debian/ jessie-backports main contrib non-free

(如果适用,将存储库更改为更接近的存储库)

然后运行:

代码语言:javascript
复制
apt-get update
apt-get install -t jessie-backports pacemaker

这导致pacemaker为我安装,尽管我还没有实际设置/测试它。

(这应该是对Rei的回答的评论,但我没有足够的“声誉”)

票数 0
EN

Stack Overflow用户

发布于 2016-03-18 18:00:45

通过添加jessie backports存储库,您可以安装该包。

将下面这一行添加到/etc/apt/Soure.list中:

代码语言:javascript
复制
deb http://your-repo/debian/ jessie-backports main contrib non-free

更多信息请访问:https://packages.debian.org/jessie-backports/pacemaker

票数 -1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/34541519

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档