Hi--first time poster here, hope this is the right place for it.
I followed the instructions here (
http://www.failover.co/blog/quick-setup-apache-worker-fastcgi-php-fpm-and-apc) to use apache worker,fastcgi,php-fpm and apc to get my website moving faster and it worked great.
Now I'm building an app on the site that uses php5-curl but I can't add the extension:
"sudo apt-get install php5-curl" leads to
----------
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
php5-curl : Depends: phpapi-20100525+lfs
E: Broken packages
----------
Does anyone know how to add an extension (e.g., php5-curl) to a php-fpm configuration?