Click to See Complete Forum and Search --> : Upgraded to PHP 5.2.5
fnsnoop
03-26-2008, 03:27 PM
Just upgraded from 5.0.4 and when i type # php -v I get 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]#
I am afraid to reboot apache incase it wont start. Anybody have any ideas?
halojoy
03-26-2008, 04:05 PM
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
I would check http.conf for Apache
Probably the apache setting of
path to modules lib directory is Empty (not set )
I suppose you have these modules in /modules/ dir:
- php_ioncube_loader_lin_5.0.so
- sitebuilder.so
fnsnoop
03-26-2008, 04:16 PM
I am in my httpd.conf file and I am unsure what to look for or to do.
Can i just remove this ion cube thing from loading, I dont think I need to encode script.
halojoy
03-26-2008, 07:59 PM
I am not sure.
I run my PHP 5.2.4 on Windows XP and using and enable
for example.
php_ioncube_loader_lin_5.0.dll module
is a bit different in Windows.
As you are on Linux, php get compiled with certain modules.
You may have to re-compile your php setup.
Try to see if you can find any good solution in my google search.
You are surely not the first one, to read exactly same ERROR message.
Whatever problem we may have .. you can almost be sure somebody was there first.
So by searching for the same ERROR message, we can see if this has been diascussed before:
Here is my search for your errors:
problem "Unable to load dynamic library" "empty_string in Unknown on line" "/usr/lib/php/modules/" (http://www.google.com/search?num=100&hl=en&newwindow=1&safe=off&q=problem+%22Unable+to+load+dynamic+library%22+%22empty_string+in+Unknown+on+line%22+%22%2Fusr%2Flib%2Fphp%2Fmodules%2F%22)
Hope you can solve this.
Maybe somebody else at this board is willing to help ....
regards :)
halojoy
PHP Builder
Copyright Internet.com Inc. All Rights Reserved.