ホームページ  >  記事  >  バックエンド開発  >  osx - mac air os x brew php53安装失败

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

WBOY
WBOYオリジナル
2016-06-06 20:31:561094ブラウズ

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/

声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。