ANN: python-ldap-2.0.0pre20

Michael Ströder michael at stroeder.com
Fri Mar 19 10:13:56 CET 2004


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.



More information about the python-ldap mailing list