xampp for mac缺乏intl擴展的問題

開發環境爲xamppphp

在symfony2 requirement檢測時候 會看到缺乏intl擴展git

能夠用pecl安裝這個擴展github

在終端輸入ubuntu

pecl install intl

若是安裝成功 則在 php.ini裏面添加centos

extension=intl.so

就能夠了xcode


可是若是出現下面這個問題ruby


Cannot find autoconf. Please check your autoconf installation and theapp

$PHP_AUTOCONF environment variable. Then, rerun this script.curl

ERROR: `phpize' failed工具

還須要安裝一個工具

首先你mac系統要安裝 brew ( 一個相似 ubuntu的apt-get 或者centos yum的工具 )

只要install一下autoconf就能夠了

brew install autoconf



關於mac系統如何安裝brew 看連接 http://brew.sh/ 這是brew官網

或者直接終端裏 安裝:

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

安裝brew的前提是你安裝了xcode的命令工具吧。。。這個找app store ( 蛋疼呀 一層套一層 依賴性真強 )

相關文章
相關標籤/搜索