如何在 Amazon AMI EC2 微型实例上安装 GearmanManager?
我相信亚马逊的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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
实际上,我开始使用 EPEL 存储库来处理 RHEL 或 Amazon Linux Repos 中通常不存在的特定内容。您可以访问 EPEL 常见问题解答,了解安装
的具体信息EL6,它允许您在 Amazon Linux AMI 上以 rpm 安装 gearman,而不会失去对 AWS 工具包的支持。
安装最新版本后,您将运行:
将从该存储库安装的唯一软件是 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:
The only software that will be installed from that repo is
gearmand
andlibgearman
.为了解决这个问题,我选择了另一个 Linux 实例
To resolve this I opted for another Linux instance