From: <mi...@st...> - 2004-03-19 09:14:08
|
Marc Petitmermet wrote: > warning: build_py: file Lib/ldap.py (for module ldap) not found > warning: build_py: file Lib/ldap/schema.py (for module ldap.schema) not > found Item 6. on http://python-ldap.sourceforge.net/faq.shtml: Q: During build there are warning messages displayed telling Lib/ldap.py and Lib/ldap/schema.py are not found: warning: build_py: file Lib/ldap.py (for module ldap) not found warning: build_py: file Lib/ldap/schema.py (for module ldap.schema) not found A: ldap and ldap.schema are both module packages (directories containing various sub-modules). The messages above are falsely produced by DistUtils. Don't worry about it. > Modules/options.c:150: warning: unused variable `doubleval' You can ignore that. > ImportError: > /usr/local/python/Python-2.1.3/lib/python2.1/site-packages/_ldap.so: > undefined symbol: EVP_idea_cbc Hmm, any chance that your OpenSSL upgrade/installation went wrong? Ciao, Michael. |