• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

ART update causes PHP error

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 :

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 :) They weren't present before I updated through ART. What do I need to do to clear this problem ?
 
When you update PHP it is also necessary to update Zend and Ioncube. I don't believe they are done using yum.
 
OK, thanks. Anyone who could provide some help regarding updating these components, I would appreciate it.
 
I got confused when I went to zend and found numerous different versions of software. Thanks !
 
Back
Top