如果在使用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发布于 2013-05-29 04:30:00
首先安装这个:
brew install https://github.com/couchbase/homebrew/raw/stable/Library/Formula/libcouchbase.rb这为我节省了一天时间
发布于 2013-05-29 17:06:20
https://stackoverflow.com/questions/16800905
复制相似问题