1

如果您在使用 pecl 安装 couchbase 时遇到此错误

In file included from /private/tmp/pear/install/couchbase/apidecl.c:26:
/private/tmp/pear/install/couchbase/internal.h:54:10: fatal error: 'libcouchbase/couchbase.h' file not found
#include <libcouchbase/couchbase.h>
1 error generated.
make: *** [apidecl.lo] Error 1
ERROR: `make' failed
4

2 回答 2

2

正如您所说,您必须先安装 Libcouchbase(我们的 C 驱动程序)。

这在文档中作为步骤 1 说明:

http://www.couchbase.com/develop/php/current

于 2013-05-29T09:06:19.673 回答
2

先安装这个:

brew install https://github.com/couchbase/homebrew/raw/stable/Library/Formula/libcouchbase.rb

这为我节省了一天

于 2013-05-28T20:30:00.063 回答