diff -urN python-ldap-2.0.11.orig/setup.cfg python-ldap-2.0.11/setup.cfg --- python-ldap-2.0.11.orig/setup.cfg 2005-07-28 21:56:49 +0900 +++ python-ldap-2.0.11/setup.cfg 2005-12-31 16:23:14 +0800 @@ -7,8 +7,8 @@ # for wrapping OpenLDAP 2 libs [_ldap] -library_dirs = /usr/local/openldap-REL_ENG_2_1/lib /usr/local/cyrus-sasl/lib -include_dirs = /usr/local/openldap-REL_ENG_2_1/include /usr/local/cyrus-sasl/include +library_dirs = /usr/lib +include_dirs = /usr/include extra_compile_args = extra_objects = @@ -23,7 +23,7 @@ # Support for StartTLS/LDAPS, SASL bind and reentrant libldap_r. # This needs recent OpenLDAP 2.0.26+ or 2.1.3+ built with # ./configure --with-cyrus-sasl --with-tls -libs = ldap_r lber sasl2 ssl crypto +libs = ldap_r lber ldap ssl crypto # Installation options [install]