From: Joe L. <jl...@op...> - 2003-03-09 06:39:48
|
The directory server itself doesn't matter, but Python LDAP requires OpenLDAP libraries to build against, and is not presently designed to built against the Solaris 9 provided versions of those libraries. You'll need to build OpenLDAP, use those libraries, and make sure the LD_LIBRARY_PATH points to said libraries when using python-ldap to make it work. On Saturday, March 8, 2003, at 10:07 PM, Venkateswara Rayapaneni wrote: > Hi > I am on Solaris9, Sunone Directory server 5.1sp2. > I have zope2.6.1 and python2.2.2. When I try to build > python-ldap2.0.0pre6 I have all kinds of problems. > Does it work on the above config ? The first error for > me is: > Traceback (most recent call last): > File "setup.cfg", line 2, in ? > [_ldap] > NameError: name '_ldap' is not defined > > Any help is appreciated > thanks > rv > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - forms, calculators, tips, more > http://taxes.yahoo.com/ > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The > debugger > for complex code. Debugging C/C++ programs can leave you feeling lost > and > disoriented. TotalView can help you find your way. Available on major > UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Python-LDAP-dev mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/python-ldap-dev |