Jump to content

Am I safe to reboot apache?


Recommended Posts

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??

Link to comment
https://forums.phpfreaks.com/topic/98022-am-i-safe-to-reboot-apache/
Share on other sites

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.