From: Joe L. <jl...@op...> - 2001-05-23 18:04:32
|
you'll notice that 1.2.x will slowly be unsupported/unavailable. If nothing else, the OpenLDAP 2.x patches should like become proper to the source tree so that users can use any modern system. Also, there is a bug in my packages that I just noticed. The makefile for python-ldap does not explicitly install _ldapmodule.so in the python path= , so an RPM actually doesn't see it (alternative build root). I've made a new RPM but I'm stuck on a lousy windows box for my net connection at the moment. Happily, I have Zope working with python-ldap as of this morning. My current solution to the above problem is to install _ldapmodule.so int= o /usr/lib/py*/site-packages alogn with ldap.pth. This way, packagers will get it with "make DESTDIR=3DALTROOT/blah/blah" -Joe On Wed, 23 May 2001, Michael Str=F6der wrote: > Peter Peltonen wrote: > > > > openldap-devel-2.0.7-14 > > openldap12-1.2.11-4 > > I'd suggest that you try to grab OpenLDAP 1.2.12 sources and compile > them yourself in a local directory for making sure that the OpenLDAP > libs are not mixed up: > > In directory openldap-1.2.12/ invoke: > ./configure > make depend > make > > Then go to the python-ldap source directory: > > ./configure --prefix=3D/usr --with-python=3D/usr/bin/python2.1 > --with-ldap-lib=3D/home/michael/src/openldap-1.2.12/libraries > --with-ldap-inc=3D/home/michael/src/openldap-1.2.12/include > make > make install > > > krbafs-1.0.5-1 (from RH7.1 CD) > > pam_krb5-1.31-1 > > krb5-libs-1.2.2-5 (from RH7.1 Updates) > > krb5-workstation-1.2.2-5 > > krb5-devel-1.2.2-5 > > krb5-server-1.2.2-5 > > Note: web2ldap is not Kerberos-aware yet. > > Ciao, Michael. > > _______________________________________________ > Python-LDAP-dev mailing list > Pyt...@li... > http://lists.sourceforge.net/lists/listinfo/python-ldap-dev > |