liziker 发表于 2012-5-17 15:13:07

安装完lnmp0.9 php启动不了

# /etc/init.d/php-fpm start
Starting php_fpm PHP Warning:PHP Startup: memcache: Unable to initialize module
Module compiled with module API=20090626, debug=0, thread-safety=0
PHP    compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
PHP Warning:PHP Startup: pdo_mysql: Unable to initialize module
Module compiled with module API=20090626, debug=0, thread-safety=0
PHP    compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
/etc/init.d/php-fpm: line 57: 16075 段错误                  $php_fpm_BIN --fpm $php_opts
failed

麻烦高手帮忙分析下 谢谢了

licess 发表于 2012-5-17 16:17:26

像是memcache和pdo_mysql的版本和php版本不对应

发php -v 看看

shangdong123 发表于 2012-7-6 16:29:36

发php -v 看看
页: [1]
查看完整版本: 安装完lnmp0.9 php启动不了