linux 二进制安装软件 想用二进制搭建个web服务器,用的linux版本是fedora16 32位版本的,参考网上http://blog.s135.com/nginx_php_v5/这篇文章,可是运行/usr/local/php/sbin/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
done
听说是版本不兼容的问题,现在也不知道是哪个软件版本不兼容,好麻烦阿,那么多版本那么多软件,怎么知道哪个版本和哪个版本兼容.