我正在使用CentOS 6.3,Python 2.6和Couchbase。 我下載couchbase1.0.0包Python從並按照這個https://pypi.python.org/pypi/couchbase安裝模塊連接couchbase時出現Python錯誤
但是,當我運行build_ext命令,我得到這個錯誤
/usr/bin/ld: cannot find -lcouchbase
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
我試圖用蟒蛇setup.py指南安裝命令,我也得到了上面的錯誤。 在運行命令之前,我更改爲了couchbase1.0.0目錄。
我該如何解決這個問題?
您是否安裝了第二,第三和第四個項目符號中描述的包? – Blender
是的,我全部安裝了它們。 –