|
Loader problem with PHP 5.1.2 on Linux
|
|
|
Author |
Message |
webkoala
Joined: 11 Apr 2006 Posts: 1
|
Posted: Tue Apr 11, 2006 2:00 pm Post subject: Loader problem with PHP 5.1.2 on Linux |
|
|
Hi,
We are trying to install a real time loader, but unfortunately it won't work.
The ISP is not giving us permission to install a loader in the php.ini, so that's not an option.
This is the error message:
Warning: dl() [function.dl]: Unable to load dynamic library '/opt/php-5.1.2/lib/php/extensions/no-debug-non-zts-20050922//../../../../../../nfs/home/gebruikte-yamaha/html/gebruikte-yamaha.nl/ioncube/ioncube_loader_lin_5.1.so' - /opt/php-5.1.2/lib/php/extensions/no-debug-non-zts-20050922//../../../../../../nfs/home/gebruikte-yamaha/html/gebruikte-yamaha.nl/ioncube/ioncube_loader_lin_5.1.so: undefined symbol: zend_hash_destroy in /nfs/home/gebruikte-yamaha/html/gebruikte-yamaha.nl/ion.php on line 407
and the link:
http://www.gebruikte-yamaha.nl/ion.php?page=rtl-tester
MUCH much thanks in advance, we are really in a hurry to launch this site.
Sander |
|
Back to top |
|
 |
liaison ionCube Support
Joined: 16 Dec 2004 Posts: 2788
|
Posted: Tue Apr 11, 2006 3:24 pm Post subject: |
|
|
Problems with unresolved symbols can be due to the use of --enable-versioning when building PHP.
On some systems this option will prevent global symbols from being exported from the PHP component, and therefore prevent successful linking of any shared libraries that have dependencies on the PHP engine API. Any other extensions, such as Zend Optimiser, accelerators etc. would all fail to link for the same reason. If this option has been used, which it has been in this case, the first thing to do is rebuild PHP without this option. If you're still stuck, please post a helpdesk ticket. _________________ Community Admin |
|
Back to top |
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|