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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
make install 一般要用sudo的吧,brew安装不能带sudo, macport可以
我一般都用这个二进制的包
http://php-osx.liip.ch
感觉unix编译起来没有linux爽
推荐PHPBrew
http://phpbrew.github.io/phpbrew/