有人知道如何在启用 fastcgi 的 Ubuntu 上安装 PHP 吗?我从以下站点安装了 PHP:http://www.dev-metal.com/how-to-setup-latest-version-of-php-5-5-on-ubuntu-12-04-lts/
我研究过通过(apt-get install libapache2-mod-fastcgi)安装 fastcgi 并出现以下错误:
The following packages have unmet dependencies:
libapache2-mod-fastcgi : Depends: apache2.2-common (>= 2.2.4) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
我遇到了这个问题,没有任何解决方案,我正在运行最新的 Apache 版本 2.4,希望能得到一些帮助。
答案1
ppa:ondrej/php5
您从其处安装了 Apache2 的开发人员,还有另一个为其 ppa:ondrej/apache2
构建的开发人员。libapache2-mod-fastcgi
apache2.4
看https://launchpad.net/~ondrej/+archive/apache2?field.series_filter=precise
两个 PPA 都有,如果它们不一样,apache2.4
您可以只下载包以避免 Apache2 版本竞争。libapache2-mod-fastcgi
但截至 2016 年 2 月,ppa:ondrej/apache2 中的 libapache2-mod-fastcgi 仅支持 trusty 14.04、vivid、15.04 和 wily 15.10。似乎不支持 precise 12.04。