PHP 5.2.13 thowing errors on AIX
Posted
by Thumbeti
on Stack Overflow
See other posts from Stack Overflow
or by Thumbeti
Published on 2010-05-10T19:00:15Z
Indexed on
2010/05/10
19:04 UTC
Read the original article
Hit count: 244
aix
Hi All,
On AIX 5.3 (TL 5 to 11) in my application I have updated PHP version from 5.2.6 to 5.2.13.
Since then, executing php.bin throwing the following errors:
=================================================================== PHP Warning: PHP Startup: Unable to load dynamic library '/opt/pdag/lib/extensions/curl.so' - rtld: 0712-001 Symbol zend_wrong_param_count was referenced from module /opt/pdag/lib/extensions/curl.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol _ecalloc was referenced from module /opt/pdag/lib/extensions/curl.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol zend_llist_init was referenced from module /opt/pdag/lib/extensions/curl.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol zend_register_resource was referenced from module /opt/pdag/lib/extensions/curl.so(), but a runtime definition of the symbol was not found.
===================================================================
With PHP version 5.2.6, this issue is not there? Anything i am missing here?
Thanks & Regards, Thumbeti
© Stack Overflow or respective owner