Edit report at https://bugs.php.net/bug.php?id=61195&edit=1
ID: 61195 Updated by: johan...@php.net Reported by: wayne dot krauth at insuranceautomationgroup dot co Summary: Symbols referenced but definition not found -Status: Open +Status: Not a bug Type: Bug Package: Apache2 related Operating System: AIX 6.1 PHP Version: 5.3.10 Block user comment: N Private report: N New Comment: Setting as "Not a bug", please check with support forums etc. Previous Comments: ------------------------------------------------------------------------ [2012-02-27 16:12:34] johan...@php.net This means you're mixing thread-safe and non-thread-safe PHP installations. Please ensure to configure the extension using --with-php-config=/path/to/bin/php-config where php-config belongs to the PHP installation you're using lateron. ------------------------------------------------------------------------ [2012-02-27 15:57:06] wayne dot krauth at insuranceautomationgroup dot co Description: ------------ After successful configure and make, then adding extension=imagick.so to php.ini, PHP fails to load imagick.so on apache (2.2.21) startup. The Apache error_log reports the following errors: PHP Warning: PHP Startup: Unable to load dynamic library '/opt/freeware/lib/php/modules/imagick.so' - rtld: 0712-001 Symbol executor_globals was referenced\n from module /opt/freeware/lib/php/modules/imagick.so(), but a runtime definition\n of the symbol was not found.\nrtld: 0712-001 Symbol core_globals was referenced\n from module /opt/freeware/lib/php/modules/imagick.so(), but a runtime definition\n of the symbol was not found.\nrtld: 0712-001 Symbol sqrt was referenced\n from module /opt/freeware/lib/php/modules/imagick.so(), but a runtime definition\n of the symbol was not found. in Unknown on line 0 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61195&edit=1