
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.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 を使用しています。