无法安装 fastcgi ubuntu 服务器:软件包 libapache2-mod-fastcgi 不可用

brp*_*paz 5 installation mod-fastcgi apache-2.2 ubuntu-12.04

当我尝试在 ubuntu 服务器 12.04 中安装 fastcgi 时,出现以下错误:

sudo apt-get install libapache2-mod-fastcgi


Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libapache2-mod-fastcgi is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libapache2-mod-fastcgi' has no installation candidate
Run Code Online (Sandbox Code Playgroud)

有什么解决办法吗?

Ale*_*lex 14

libapache2-mod-fastcgi可以在多元宇宙中找到。如果我没记错的话,Ubuntu 的默认安装用于不启用多元宇宙(但现在应该启用)。

也许它在您的系统上被禁用,您必须将它添加到存储库列表中(就像在main之后编辑/etc/apt/sources.list和附加multiverse或使用图形数据包管理器一样简单)。

顺便说一下,Debianlibapache2-mod-fastcgi作为非免费的一部分提供,所以这可能是许可证问题。