Installing Python Ldap For Separate Installation Of Python
I've got some issues with installing python ldap to a separate Python installation. Basically Python2.4 should not be removed because the system (linux redhat) relies on it so I go
Solution 1:
This is clearly a mismatch between the python-ldap version to be installed and the installed OpenLDAP version. In general you want to install latest python-ldap with a decent version of OpenLDAP. Wild guess: your OpenLDAP installation is too old. You may want to install a newer version of OpenLDAP in a different path and recompile python-ldap using this version or you search for an older python-ldap version fitting your installed OpenLDAP version.
Post a Comment for "Installing Python Ldap For Separate Installation Of Python"