简体   繁体   中英

PHP Startup: Unable to load dynamic library

After changing PHP version from 5.3.3 to 5.4, my sever (Centos5) did not work.

Taking it back to 5.3.3, I get the following error message from the CLI (I'm using 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 !

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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