简体   繁体   English

PHP启动:无法加载动态库

[英]PHP Startup: Unable to load dynamic library

After changing PHP version from 5.3.3 to 5.4, my sever (Centos5) did not work. 将PHP版本从5.3.3更改为5.4后,我的服务器(Centos5)无效。

Taking it back to 5.3.3, I get the following error message from the CLI (I'm using Symfony2) : 回到5.3.3,我从CLI收到以下错误消息(我正在使用Symfony2):

PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib64/php/modules/newrelic.so'
- /usr/lib64/php/modules/newrelic.so: undefined symbol:
php_output_write in Unknown on line 0

I did a few workaround on solutions, none of them worked.. 我在解决方案上做了一些解决方法,但没有一个能够解决问题。

/usr/bin/newrelic-install
/etc/init.d/httpd restart

Did the trick. 诀窍。 I guess that the module newrelic were not reinstalled properly. 我想新模块没有正确重新安装。

Thanks ! 谢谢 !

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM