Does anyone know how to install PHP on Ubuntu with fastcgi enabled? I've installed my PHP from the following site: http://www.dev-metal.com/how-to-setup-latest-version-of-php-5-5-on-ubuntu-12-04-lts/
I've looked into installing fastcgi via (apt-get install libapache2-mod-fastcgi) and have come up with the following error:
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.
I've hit the wall on this without any solutions, am running the latest Apache version 2.4, could use some help on this.