【发布时间】:2012-06-18 22:50:48
【问题描述】:
您好,我正在尝试编译 libcouchbase c 库https://github.com/couchbase/libcouchbase 所以我可以用它来调用 php.ini 上的 couchbase.so, 意味着在nginx上使用couchbase for php 编译时出现以下错误。
fatal: No names found, cannot describe anything.
fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions
configure.ac:22: error: AC_INIT should be called with package and version arguments
/opt/local/share/aclocal-1.11/init.m4:26: AM_INIT_AUTOMAKE is expanded from...
configure.ac:22: the top level
autom4te: /opt/local/bin/gm4 failed with exit status: 1
aclocal: /opt/local/bin/autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
请帮忙
【问题讨论】:
-
我的猜测是你的机器上没有 git install 。能不能试试安装 git 再编译一下。
标签: couchbase