• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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