CentOS 6.3、Python 2.6、および Couchbase を使用しています。Python用のcouchbase1.0.0パッケージをダウンロードし、このhttps://pypi.python.org/pypi/couchbaseのガイドに従ってください
しかし、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 ディレクトリに移動しました。
どうすればこの問題を解決できますか?