【问题标题】:Can't install php55-apcu on Homebrew无法在 Homebrew 上安装 php55-apcu
【发布时间】:2014-12-19 23:29:07
【问题描述】:

我不知道这是包裹的问题,还是我的机器的问题。我一直在尝试安装该软件包,但我能得到的只是:

==> Installing php55-apcu from homebrew/homebrew-php
==> Installing dependencies for php55-apcu: php55, pcre
==> Installing php55-apcu dependency: php55
==> Downloading https://www.php.net/get/php-5.5.20.tar.bz2/from/this/mirror
Already downloaded: /Library/Caches/Homebrew/php55-5.5.20
Warning: Backing up all known pear.conf and .pearrc files
Warning: If you have a pre-existing pear install outside
     of homebrew-php, or you are using a non-standard
     pear.conf location, installation may fail.
==> ./configure --prefix=/usr/local/Cellar/php55/5.5.20 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc/php
==> make

在“制作”时,没有任何反应,我的机器开始过热。问题出在哪里?

【问题讨论】:

  • 你要离开它多久,brew install -vd php55-apcu 会发生什么?
  • 等待大约 5 分钟。我会尝试再等一会儿,然后运行brew install -vd php55-apcu

标签: php homebrew apc command-line-interface


【解决方案1】:

问题可能是您等待的时间不够长。要安装 php55-apcu,Homebrew 还需要编译 PHP 5.5,这需要一些时间。

如果您想更详细地了解正在发生的事情,请将--verbose 选项添加到您的brew install 命令中。

【讨论】:

    猜你喜欢
    • 2017-11-16
    • 1970-01-01
    • 2017-09-30
    • 1970-01-01
    • 2016-06-11
    • 2013-08-05
    • 1970-01-01
    • 1970-01-01
    • 2012-09-24
    相关资源
    最近更新 更多