|
本帖最后由 cnmt 于 2010-10-2 17:30 编辑
测试dx1.5改了eaccelerator_nginx.sh执行后出问题
./eaccelerator_nginx.sh ,,,执行一会后提示:
- See any operating system documentation about shared libraries for
- more information, such as the ld(1) and ld.so(8) manual pages.
- ----------------------------------------------------------------------
- Build complete.
- Don't forget to run 'make test'.
- Installing shared extensions: /usr/local/php-fcgi/lib/php/extensions/no-debu
- find . -name \*.gcno -o -name \*.gcda | xargs rm -f
- find . -name \*.lo -o -name \*.o | xargs rm -f
- find . -name \*.la -o -name \*.a | xargs rm -f
- find . -name \*.so | xargs rm -f
- find . -name .libs -a -type d|xargs rm -rf
- rm -f libphp.la modules/* libs/*
- cd: can't cd to ../codea
复制代码
然后。。/webserver-restart 提示:
- /webserver-restart
- httpd (no pid file) not running
- PHP Fatal error: [eAccelerator] eAccelerator 0.9.5.3 can not be loaded twice in Unknown on line 0
- spawn-fcgi.c.218: child exited with: 254, Unknown error: 254
- PHP Fatal error: [eAccelerator] eAccelerator 0.9.5.3 can not be loaded twice in Unknown on line 0
- spawn-fcgi.c.218: child exited with: 254, Unknown error: 254
- PHP Fatal error: [eAccelerator] eAccelerator 0.9.5.3 can not be loaded twice in Unknown on line 0
- spawn-fcgi.c.218: child exited with: 254, Unknown error: 254
复制代码
访问网站就全是502了。。。这可咋整。 |
|