¿Por qué no se inicia php5-fpm?

¿Por qué no se inicia php5-fpm?

Acabo de instalar php-fpm 5.6.8 pero no se inicia; start php5-fpmme aparece un Job failed to startmensaje. He encontrado varias personas con problemas similares, pero ninguna de las respuestas parece funcionar para mí.

Una solución que probé fue usar el comando en /etc/init/php5-fpm.conf, que era /usr/sbin/php5-fpm --nodaemonize --fpm-config /etc/php5/fpm/php-fpm.conf: Esto devolvió -bash: /usr/sbin/php5-fpm: No such file or directory. Creo que es una gran pista de lo que puede estar mal. Intentar ejecutar en modo de primer plano php5-fpm -y /etc/php5/fpm/php-fpm.confme dice The program 'php5-fpm' is currently not installed. You can install it by typing: sudo apt-get install php5-fpm. Hacer eso devuelve lo siguiente:

Reading package lists... Done
Building dependency tree
Reading state information... Done
php5-fpm is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies.
 webmin : Depends: libnet-ssleay-perl but it is not going to be installed
          Depends: libauthen-pam-perl but it is not going to be installed
          Depends: libio-pty-perl but it is not going to be installed
          Depends: apt-show-versions but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

¿Alguien puede entender qué está pasando aquí? Por cierto, estoy usando Ubuntu Server 14.04.2.

información relacionada