我正在使用 CentOS 6.3、Python 2.6 和 Couchbase。我从这个https://pypi.python.org/pypi/couchbase下载了适用于 Python 的 couchbase1.0.0 包并按照指南进行操作
但是,当我运行 build_ext 命令时,我得到了这个错误
/usr/bin/ld: cannot find -lcouchbase
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
我尝试使用python setup.py install命令,我也得到了上面的错误。在运行命令之前,我更改为 couchbase1.0.0 目录。
我怎么解决这个问题?