P
PlymWS
Guest
I added the Atomic Rocket Turtle ( ART ) repos to my FC4 server so I could update to the latest version of PHP5.
After I added the repos I did a yum update which added a load of newer components as well as PHP5.
When I restarted my apache server I noticed the following error message in the logs :
The server seems to be running fine but I don't like having errors present
They weren't present before I updated through ART. What do I need to do to clear this problem ?
After I added the repos I did a yum update which added a load of newer components as well as PHP5.
When I restarted my apache server I noticed the following error message in the logs :
Code:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/sitebuilder.so' - /usr/lib/php/modules/sitebuilder.so: undefined symbol: empty_string in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/xmlrpc.so' - /usr/lib/php/modules/xmlrpc.so: undefined symbol: _zval_dtor in Unknown on line 0
Failed loading /usr/lib/php/modules/php_ioncube_loader_lin_5.0.so: /usr/lib/php/modules/php_ioncube_loader_lin_5.0.so: undefined symbol: empty_string
The server seems to be running fine but I don't like having errors present