因此,我在遵循这教程,但后来我被困住了,因为在运行代码时:
# yum install spawn-fcgi上面说没有包裹。我在用Nginx。请建议
发布于 2011-02-26 19:28:16
打开EPEL回购:
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm然后安装:
yum install spawn-fcgi发布于 2012-04-03 16:04:12
对于CentOS 6.2 x64,我使用了以下方法:
rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm我在这里找到了存储库:
http://wiki.centos.org/AdditionalResources/Repositories
-2012年7月更新
CentOS 6.2 32位,这对我来说是有效的:
rpm -ivh http://mirror.cogentco.com/pub/linux/epel/6/i386/epel-release-6-7.noarch.rpm
yum install spawn-fcgi--2013年3月最新情况
CentOS 6.2 64位Linode:
rpm -ivh http://mirror.cogentco.com/pub/linux/epel/6/i386/epel-release-6-8.noarch.rpm
yum install spawn-fcgi对于将来的参考,这个链接可能会有帮助:如何为centos启用“EPEL”存储库?
https://serverfault.com/questions/240653
复制相似问题