您好,欢迎访问一九零五行业门户网

osx - mac air os x brew php53安装失败

sudo brew install homebrew/php/php53 \
--without-snmp \
--without-apache \
--with-debug \
--with-fpm \
--with-intl \
--with-homebrew-curl \
--with-homebrew-libxslt \
--with-homebrew-openssl \
--with-imap \
--with-mysql \
--with-tidy \
==> ./configure --prefix=/usr/local/cellar/php53/5.3.29 --localstatedir=/usr/loc
==> make
==> make install
make install
installing php cli binary: /usr/local/cellar/php53/5.3.29/bin/
cp: /usr/local/cellar/php53/5.3.29/bin/#inst@22891#: no such file or directory
make: *** [install-cli] error 1
回复内容: sudo brew install homebrew/php/php53 \
--without-snmp \
--without-apache \
--with-debug \
--with-fpm \
--with-intl \
--with-homebrew-curl \
--with-homebrew-libxslt \
--with-homebrew-openssl \
--with-imap \
--with-mysql \
--with-tidy \
==> ./configure --prefix=/usr/local/cellar/php53/5.3.29 --localstatedir=/usr/loc
==> make
==> make install
make install
installing php cli binary: /usr/local/cellar/php53/5.3.29/bin/
cp: /usr/local/cellar/php53/5.3.29/bin/#inst@22891#: no such file or directory
make: *** [install-cli] error 1
make install 一般要用sudo的吧,brew安装不能带sudo, macport可以
我一般都用这个二进制的包
http://php-osx.liip.ch
感觉unix编译起来没有linux爽
推荐phpbrew
http://phpbrew.github.io/phpbrew/
其它类似信息

推荐信息