fnsnoop Posted March 26, 2008 Share Posted March 26, 2008 I just installed php 5.2.5 and when i type # php -v I receive this: 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 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 5.2.5 (cli) (built: Nov 10 2007 12:57:11) Copyright (c) 1997-2007 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies [root@server src]# Any ideas?? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted March 26, 2008 Share Posted March 26, 2008 That error is saying PHP is unable to load the sitebuilder.so or php_ioncube_loader_lin_5.0.so extensions. You can reboot Apache, however you wont be able to use any the function libraries which the above extensions offer in your PHP app. Quote Link to comment Share on other sites More sharing options...
fnsnoop Posted March 26, 2008 Author Share Posted March 26, 2008 Thanks, I dont think I need the ioncube stuff, it looks like its just for encoding scripts or something. Not sure. But what is sitebuilder for? I dont know if my plesk is going to work so i think im going to downgrade back to 5.0.4 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.