【发布时间】:2019-02-03 09:15:25
【问题描述】:
我尝试在 Centos 7 上安装 mod_fcgid 没有成功。实际上我使用了yum install 或rpm 或brewperl 但没有一个有效
然后我尝试了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 中呢?