php5-fpm이 시작되지 않는 이유는 무엇입니까?

php5-fpm이 시작되지 않는 이유는 무엇입니까?

방금 php-fpm 5.6.8을 설치했는데 시작되지 않습니다. 메시지 start php5-fpm가 나타납니다 Job failed to start. 나는 비슷한 문제를 가진 여러 사람을 찾았지만 그 어떤 대답도 나에게 도움이 되지 않는 것 같습니다.

제가 시도한 한 가지 해결책은 에서 명령을 사용하는 것이었습니다 /etc/init/php5-fpm.conf. 이는 /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.conf나에게 알려줍니다 The 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를 사용하고 있습니다.

관련 정보