gpt4 book ai didi

php - sudo pecl 在 os x lion 上安装 apc 错误

转载 作者:IT王子 更新时间:2023-10-29 00:07:55 29 4
gpt4 key购买 nike

我尝试在 OS X Lion 上使用 pecl 安装 APC(sudo pecl install apc),它提示缺少 pcre.h 文件:

In file included from /private/tmp/pear/temp/APC/apc.c:44:
/usr/include/php/ext/pcre/php_pcre.h:29:10: fatal error: 'pcre.h' file not found
#include "pcre.h"

所以我使用 MacPorts 安装 pcre 包(sudo port install pcre)但它仍然报错。我该如何解决这个问题?

最佳答案

我认为这是因为 MacPorts 将头文件安装在与 pecl 期望的位置不同的位置。

为了修复这个错误,我将 pcre.h 符号链接(symbolic link)到 /usr/include:

sudo ln -s /opt/local/include/pcre.h /usr/include/

当运行 sudo pecl install apc 时,它编译得很好。

关于php - sudo pecl 在 os x lion 上安装 apc 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10767983/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com