|
From: <mi...@st...> - 2002-07-26 18:53:16
|
Joe Little wrote: > OpenLDAP depends on the cyrus-sasl package.. Though you can install > OpenLDAP without it, Yes, ./configure --without-cyrus-sasl is the solution if one does not need SASL support. > the python-ldap API links to that package as well > via OpenLDAP libs. Only if line "libs" in setup.cfg contains "sasl" which is not the way it is shipped in the download distribution. There are other dependencies like StartTLS support which needs OpenLDAP libs built with OpenSSL (--with-tls). One can switch that off by editing the DEFINEs in setup.py. Ciao, Michael. |