Problem getting started to python ldap + redhat 9

jean-marc pouchoulon jean-marc.pouchoulon at ac-montpellier.fr
Tue Oct 14 09:08:59 CEST 2003


It works now for me on redhat 9, using pre14 and libs = lber ldap resolv
 in setup.cfg. 


Jean-Marc






-----Message d'origine-----
De : python-ldap-dev-admin at lists.sourceforge.net
[mailto:python-ldap-dev-admin at lists.sourceforge.net] De la part de
Michael Ströder
Envoyé : lundi 13 octobre 2003 18:27
À : Joao S. O. Bueno
Cc : python-ldap-dev at lists.sourceforge.net
Objet : Re: Problem getting started to python ldap.


Joao S. O. Bueno wrote:
> ImportError: /usr/lib/python2.2/site-packages/_ldap.so: undefined
> symbol: ldap_first_reference

There's probably something wrong with your local installation. Check
items 
10. and 11. on

   http://python-ldap.sf.net/faq.shtml

> Or maybe, "import ldap" just is not the way to get started

It's definitely the way to get started.

$ python -c "import ldap;print ldap.__version__"
2.0.0pre14

> O yes...my contractors will absolutely disallow me to run unstable
> software there. So, how satble is "pre14",

I'm using it in several projects.

> and is there a release date set to 2.0?

No.

> Or, if there are some features waiting to be
> finished, what is the latest stable release?

Look into TODO what is still missing. Contributions welcome.

Ciao, Michael.






More information about the python-ldap mailing list