zlxmyvps 发表于 2012-2-3 15:44:17

求助,升级php版本之后提示ea错误

Starting php_fpm Failed loading /usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/eaccelerator.so:/usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/eaccelerator.so: cannot open shared object file: No such file or directory
Feb 03 15:39:09.583090 fpm_unix_conf_wp(), line 124: please specify user and group other than root, pool 'default'
................................... failed
PHP-FPM start successfully!

以上是重启lnmp时候的。
我是使用这个wget http://soft.vpser.net/lnmp/ext/fix_php5.2_hash.sh;sh fix_php5.2_hash.sh升级的
这个是php -v的信息:

# php -v
Failed loading /usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/eaccelerator.so:/usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/eaccelerator.so: cannot open shared object file: No such file or directory
PHP 5.2.17p1 (cli) (built: Feb3 2012 14:46:56)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
    with Zend Optimizer v3.3.9, Copyright (c) 1998-2009, by Zend Technologies

[ 本帖最后由 zlxmyvps 于 2012-2-3 15:45 编辑 ]

zlxmyvps 发表于 2012-2-3 16:31:14

修改 /no-debug-non-zts-20090626/ 为 /no-debug-non-zts-20060613/之后
现在提示:
Starting php_fpm Feb 03 16:24:50.553614 fpm_unix_conf_wp(), line 124: please specify user and group other than root, pool 'default'
................................... failed
PHP-FPM start successfully!

licess 发表于 2012-2-4 08:15:04

fpm_unix_conf_wp(), line 124: please specify user and group other than root, pool 'default'
好像是/usr/local/php/etc/php-fpm.conf 里的配置中没有用户和组的设置,可以贴出配置看看

zlxmyvps 发表于 2012-2-5 10:25:46

我英勇的重装了lnmp0.8
页: [1]
查看完整版本: 求助,升级php版本之后提示ea错误