简体   繁体   English

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

[英]How to install GearmanManager on Amazon AMI EC2 Micro Instance?

I believe amazon's linux is CentOS/RHEL based but I cannot install GearmanManager on the server. 我相信亚马逊的Linux是基于CentOS / RHEL但我无法在服务器上安装GearmanManager。

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) cat /etc/issue输出Amazon Linux AMI release 2011.02.1.1 (beta)

I actually started using the EPEL repositories for specific things that are not normally in RHEL or Amazon Linux Repos. 实际上,我开始使用EPEL存储库来处理通常不在RHEL或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. 您可以访问EPEL常见问题解答并了解有关安装EL6 ,它允许您在Amazon Linux AMI上安装gearman作为rpm而不会丢失对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 . 将从该repo安装的唯一软件是gearmandlibgearman

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM