dongyanggan3025 2014-02-19 00:28
浏览 30
已采纳

无法使用PECL和PHP 5.5.9安装APC

I have installed PHP(5.5.9) via Homebrew(0.9.5), and I can't seem to install any packages with pecl. For instance when I try to install APC with sudo pecl install apc I got the following string returned:

WARNING: php_bin /usr/local/Cellar/php55/5.5.9/bin/php appears to have a 
suffix 55/5.5.9/bin/php, but config variable php_suffix does not match

If I just ignore the warning and proceed, at the end it fails with:

2 warnings and 6 errors generated.
make: *** [apc_compile.lo] Error 1
ERROR: `make' failed

I have make installed via homebrew as well as pecl.

  • 写回答

1条回答 默认 最新

  • dpcj40970 2014-02-19 02:01
    关注

    APC is outdated, and has never been updated/released for PHP 5.5.
    Since version 5.5, PHP comes with it's own opcache.

    See: http://nl1.php.net/manual/en/book.opcache.php

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?