GCC コンパイル エラーが発生し続けます。
$ pip install python-ldap
...
compilation terminated.
error: command 'gcc' failed with exit status 1
GCC コンパイル エラーが発生し続けます。
$ pip install python-ldap
...
compilation terminated.
error: command 'gcc' failed with exit status 1
答えのあるこのブログ投稿を見つけました:
http://blog.mattwoodward.com/2012/10/installing-python-ldap-in-virtualenv-on.html
基本的に、必要な開発ライブラリがインストールされていることを確認する必要があります。
sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev