I'm trying to use the intl.so with MAMP and php5.3 on mountain lion and get the following message in my php_error.log after starting the webserver.
[25-Apr-2013 11:05:00] PHP Warning: PHP Startup: Unable to load dynamic library '/Applications/MAMP/bin/php5.3/lib/php/extensions/no-debug-non-zts-20090626/intl.so' - dlopen(/Applications/MAMP/bin/php5.3/lib/php/extensions/no-debug-non-zts-20090626/intl.so, 9): Symbol not found: __ZTVN6icu_4813FieldPositionE
Referenced from: /Applications/MAMP/bin/php5.3/lib/php/extensions/no-debug-non-zts-20090626/intl.so
Expected in: flat namespace
in /Applications/MAMP/bin/php5.3/lib/php/extensions/no-debug-non-zts-20090626/intl.so in Unknown on line 0
I'm trying to use the intl.so with MAMP and php5.3 on mountain lion and get the following message in my php_error.log after starting the webserver.
[25-Apr-2013 11:05:00] PHP Warning: PHP Startup: Unable to load dynamic library '/Applications/MAMP/bin/php5.3/lib/php/extensions/no-debug-non-zts-20090626/intl.so' - dlopen(/Applications/MAMP/bin/php5.3/lib/php/extensions/no-debug-non-zts-20090626/intl.so, 9): Symbol not found: __ZTVN6icu_4813FieldPositionE Referenced from: /Applications/MAMP/bin/php5.3/lib/php/extensions/no-debug-non-zts-20090626/intl.so Expected in: flat namespace in /Applications/MAMP/bin/php5.3/lib/php/extensions/no-debug-non-zts-20090626/intl.so in Unknown on line 0
Any ideas?