我试图在谷歌中找到如何安装“APC”并且找不到方法 有人知道怎么做?
答案 0 :(得分:6)
答案 1 :(得分:1)
这对OSX Lion来说(最后)对我有用:
从http://www.apachefriends.org/en/xampp-macosx.html#849
下载并安装XAMPP Developer软件包确保已安装Xcode
...和autoconf
sudo port install autoconf
打开一个新终端并运行:
sudo su -
export PATH = / Applications / XAMPP / xamppfiles / bin /:/ opt / local / bin /:$ PATH
xcode-select -switch /Applications/Xcode.app
CFLAGS =“ - arch i386”/ Applications / XAMPP / xamppfiles / bin / pecl install apc
重启Apache
从多个来源改编的说明,包括: