我正在尝试在 OS X Mavericks 上安装 php53-fpm
brew install php53 --with-fpm
堆积在:
==> Installing dependencies for php53: gettext, jpeg, unixodbc, homebrew/dupes/zlib, libevent
==> Installing php53 dependency: gettext
==> Downloading http://ftpmirror.gnu.org/gettext/gettext-0.18.3.1.tar.gz
Already downloaded: /Library/Caches/Homebrew/gettext-0.18.3.1.tar.gz
==> Downloading patches
######################################################################## 100.0%
==> Patching
patching file gettext-tools/Makefile.in
Hunk #1 succeeded at 1551 (offset 51 lines).
==> ./configure --prefix=/usr/local/Cellar/gettext/0.18.3.1 --with-included-gettext --with-included-glib --with-included-libcroco --with-included-libunistring --with-emacs --disa
==> make
似乎这个 16M 的文件将永远编译。2小时后我停了下来。任何想法 ?
谢谢。