pretender 发表于 2013-12-9 11:50:31

lnmp0.9升级php出错,不能启动,请问如何处理

服务器上安装的,用了很久了,因为某个需求,需要升级php为5.4.17,升级最后,提示

2013-12-09 11:04:48 (121 MB/s) - `lnmp4php5.3' saved

Remove old start files and Add new start file.....
Starting Nginx...
Starting nginx daemon: nginx.
Starting MySQL...
Starting MySQL.. SUCCESS!
Starting PHP-FPM...
Starting php-fpm /etc/init.d/php-fpm: line 57: /usr/local/php/sbin/php-fpm: No such file or directory
failed
=========================================================================
You have successfully upgrade from 5.2.17p1 to 5.4.17
=========================================================================
LNMP is tool to auto-compile & install Nginx+MySQL+PHP on Linux
=========================================================================

For more information please visit http://www.lnmp.org/


不知道如何处理,请斑竹帮忙看下,谢谢!

id886 发表于 2013-12-9 18:51:40

告诉你个问题

原因是近来 PHP官方的下载地址有问题。你直接本地下载都无法下载的。

你需要换一个下载地方,如 cn的中国镜像。

先用 wget 把那个php包下载好后,再执行升级。

wget http://cn2.php.net/distributions/php-5.4.17.tar.gz

licess 发表于 2013-12-9 20:18:57

上传完整的安装记录看看
页: [1]
查看完整版本: lnmp0.9升级php出错,不能启动,请问如何处理