On Tue, 29 Mar 2005 07:24:39 -0500, Phil Schaffner <P.R.Schaffner@xxxxxxxx> wrote: > Then it probably ought to be filed in CentOS-4 Bugzilla > https://bugzilla.caosity.org/enter_bug.cgi?product=CentOS-4 > > Sounds like it might be an upstream bug, but don't see anything in Red > Hat bugzilla. > => ftp://ftp.redhat.com/pub/redhat/linux/enterprise/4/en/os/i386/SRPMS/python-ldap-2.0.1-2.src.rpm ------------------------------------------------------------------------------- $ cat python-ldap.spec [...] Name: python-ldap Version: 2.0.1 Release: 2 Epoch: 0 Summary: An object-oriented API to access LDAP directory servers. [...] # the openldap from RHL <= 9 is know to be broken with python-ldap BuildRequires: openldap-devel >= %{openldap_version}, openssl-devel BuildRequires: python >= 0:2.2, python-devel >= 0:2.2 Requires: openldap >= %{openldap_version} Requires: python >= 0:%{pyver}, python < 0:%{pynext} Requires: %{_libdir}/python%{pyver}/site-packages [...] ------------------------------------------------------------------------------- Looks like it is a bug that should be reported upstream, no ? Gilles.