Python parts of module ldap

Michael Ströder michael at stroeder.com
Fri Dec 28 20:17:34 CET 2001


donal.hunt2 at mail.dcu.ie wrote:
> 
> ImportError: /usr/local/lib/libldap.so.2: undefined symbol: res_query

On which system are you building python-ldap?

I believe you have to explicitly link libresolv.
Tweak setup.cfg to contain this line:

libs = lber ldap resolv

Ciao, Michael.




More information about the python-ldap mailing list