skmedia / php-extensions-mamp

compiled so extension files
51 stars 14 forks source link

Unable to load dynamic library #2

Open felixgoldstein opened 11 years ago

felixgoldstein commented 11 years ago

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?

rushabhmakwana-multidots commented 6 years ago

Same here