php5-fpm が起動しないのはなぜですか?

php5-fpm が起動しないのはなぜですか?

php-fpm 5.6.8 をインストールしたばかりですが、起動しません。start php5-fpmメッセージが表示されJob failed to startます。同様の問題を抱えている人が何人かいるようですが、どの回答も私には役に立たないようです。

/etc/init/php5-fpm.conf私が試した解決策の 1 つは、のコマンドを使用することです。/usr/sbin/php5-fpm --nodaemonize --fpm-config /etc/php5/fpm/php-fpm.confこれは、次の応答を返しました。-bash: /usr/sbin/php5-fpm: No such file or directoryこれは、何が間違っているかを示す大きな手がかりになると思います。 をフォアグラウンド モードで実行しようとすると、次の応答が返されます。これを行うと、次の応答が返されます。php5-fpm -y /etc/php5/fpm/php-fpm.confThe program 'php5-fpm' is currently not installed. You can install it by typing: sudo apt-get install php5-fpm

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).

ここで何が起こっているのか誰かわかりますか? ちなみに、私は Ubuntu Server 14.04.2 を使用しています。

関連情報