Hello colleagues,
first my ENV:
AIX 5300-06-03-0732
PHP 5.2.5
Apache 2.2.6
phpize:
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
Due to strong performance problems, I'm trying to install eaccelarator. But this fails after "make test" with error:
Build complete.
Don't forget to run 'make test'.
/bin/sh[2]: syntax error at line 11 : `(' unexpected
Dynamic linker error: Function not implemented (module_registry)
Zend Extension Manager: Cannot load PHP symbols!
make: *** [test] Illegal instruction (core dumped)
and also php -v shows:
Dynamic linker error: Function not implemented (module_registry)
Zend Extension Manager: Cannot load PHP symbols!
PHP Warning: PHP Startup: Unable to load dynamic library './eaccelerator.so' - rtld: 0712-001 Symbol zend_llist_count was referenced
from module ./eaccelerator.so(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol php_register_info_logo was referenced
from module ./eaccelerator.so(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol zend_error was referenced
from module ./eaccelerator.so(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol zend_startup_module was referenced
from module ./eaccelerator.so(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol zend_get_extension was referenced
from module ./eaccelerator.so(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol ap_php_vsnprintf was referenced
from module ./eaccelerator.so(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol _efree was referenc in Unknown on line 0
Illegal instruction(coredump)
Please find attached php.ini, phpinfo and output of "configure", "make" and "make test". At the end of php.ini you will see my tries to activate eaccelerator.
This is a very critical issue four our customer, so also for us!!
Any ideas?
Many thanks in advance!!!
BR Juergen