Skip to content

Instantly share code, notes, and snippets.

@abulte
Created November 21, 2012 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abulte/4123993 to your computer and use it in GitHub Desktop.
Save abulte/4123993 to your computer and use it in GitHub Desktop.
Install intl pecl extension on MAMP Mac OS 10.8.2
# get pecl ready
# http://www.lullabot.com/articles/installing-php-pear-and-pecl-extensions-on-mamp-mac-os-x-107-lion
# if ! autoconf bin on your system
brew install autoconf
# install ICU
brew install icu4c
sudo pecl install intl
# answer first question with /usr/local/opt/icu4c
# should be ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment