docker python 鏡像安裝pip install python-ldap 報錯
Modules/LDAPObject.c:16:23: fatal error: sasl/sasl.h: No such file or directory
#include <sasl/sasl.h>
^
compilation terminated.
error: command 'gcc' failed with exit status 1
解決:
apt-get install libsasl2-dev