need some help
Joe Little
jlittle at open-it.org
Sun Mar 9 07:38:23 CET 2003
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
>
>
More information about the python-ldap
mailing list