From: Michael <mi...@st...> - 2001-05-23 09:00:18
|
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=/usr --with-python=/usr/bin/python2.1 --with-ldap-lib=/home/michael/src/openldap-1.2.12/libraries --with-ldap-inc=/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. |