【问题标题】:cpan Cannot install mod_fcgid, don't know what it iscpan 无法安装 mod_fcgid,不知道是什么
【发布时间】:2019-02-03 09:15:25
【问题描述】:

我尝试在 Centos 7 上安装 mod_fcgid 没有成功。实际上我使用了yum installrpmbrewperl 但没有一个有效

然后我尝试了cpan,因为这是我的最后一枪。也许我在语法上弄错了?

cpan mod_fcgid
Reading '/home/nick/.cpan/Metadata'
  Database was generated on Mon, 27 Aug 2018 19:29:02 GMT
Warning: Cannot install mod_fcgid, don't know what it is.
Try the command

    i /mod_fcgid/

to find objects with matching identifiers.

我用谷歌搜索过,但似乎没有人对此有任何疑问。当然它存在于 Centos;请look here

【问题讨论】:

  • mod_fcgid 是一个 Apache 模块,而不是 Perl 发行版或 Perl 模块,那么为什么要在 Perlbrew 或 CPAN 中呢?

标签: apache perl mod-fcgid


【解决方案1】:

如果您在线搜索install mod_fcgid Centos,则会有多个结果。第二个是How to install mod_fcgid on RHEL or CentOS,它只包含三个步骤

以下是在 RHEL/CentOS 上安装 mod_fcgid 的步骤:

第 1 步:要在 CentOS / RHEL 上安装 mod_fcgid,首先我们将安装 EPEL repo。
#rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

第 2 步:现在安装 mod_fcgid
#yum 安装 mod_fcgid

第 3 步:确认已安装软件包。
#rpm -qa|grep mod_fcgid

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2021-02-25
    • 2022-01-01
    • 2018-02-17
    • 2020-07-16
    • 1970-01-01
    • 2012-09-28
    • 2016-03-22
    • 1970-01-01
    相关资源
    最近更新 更多