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

 书友51676198 发布于 2022-12-01 12:11

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

2 个回答
  • make install 一般要用sudo的吧,brew安装不能带sudo, macport可以

    我一般都用这个二进制的包

    http://php-osx.liip.ch

    感觉unix编译起来没有linux爽

    2022-12-01 12:39 回答
  • 2022-12-01 12:39 回答
撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有