如何在 Amazon AMI EC2 微型实例上安装 GearmanManager?

发布于 2024-11-17 00:37:48 字数 395 浏览 6 评论 0原文

我相信亚马逊的linux是基于CentOS/RHEL的,但我无法在服务器上安装GearmanManager。

我该怎么做呢?

[root@ip-10-100-100-10 install]$ ./install.sh
Detecting linux distro as redhat- or debian-compatible
Only Redhat Enterprise (RHEL) or Debian systems currently supported
[root@ip-10-100-100-10 install]$

cat /etc/issue 输出 Amazon Linux AMI 版本 2011.02.1.1(测试版)

I believe amazon's linux is CentOS/RHEL based but I cannot install GearmanManager on the server.

How do I go about doing this?

[root@ip-10-100-100-10 install]$ ./install.sh
Detecting linux distro as redhat- or debian-compatible
Only Redhat Enterprise (RHEL) or Debian systems currently supported
[root@ip-10-100-100-10 install]$

cat /etc/issue outputs Amazon Linux AMI release 2011.02.1.1 (beta)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

那伤。 2024-11-24 00:37:48

实际上,我开始使用 EPEL 存储库来处理 RHEL 或 Amazon Linux Repos 中通常不存在的特定内容。您可以访问 EPEL 常见问题解答,了解安装 的具体信息EL6,它允许您在 Amazon Linux AMI 上以 rpm 安装 gearman,而不会失去对 AWS 工具包的支持。

安装最新版本后,您将运行:

yum --enablerepo=epel install gearmand

将从该存储库安装的唯一软件是 Gearmand 和 libgearman。

I actually started using the EPEL repositories for specific things that are not normally in RHEL or Amazon Linux Repos. You can go to the EPEL FAQs and find out the specifics on installing EL6, which allows you to install gearman on Amazon Linux AMI as an rpm without losing support of AWS Toolkits.

After you gave the latest version installed you will then run:

yum --enablerepo=epel install gearmand

The only software that will be installed from that repo is gearmand and libgearman.

小梨窩很甜 2024-11-24 00:37:48

为了解决这个问题,我选择了另一个 Linux 实例

To resolve this I opted for another Linux instance

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文