On Mon, 2007-11-12 at 20:21 +0100, Gianluca Varisco wrote: > Mark wrote: > > Hello, > > > > I am trying to find the RPM that contains libldap.so.2 > > > > For some reason "yum whatprovides libldap.so.2" is stuck at "Importing additional filelist information" and is not coming back (no > > idea why). All other inquiries work fine in yum (install, list, info, whatprovides on other files than this one), so it is not a > > network/firewall/etc problem. > > > > Does anybody know where to find this file, or is anybody able to get a response out of yum for the above query? I tried google as > > well, but no answer there either... > > > > Mark, > > libldap.so.2 is included into the 'openldap' package. The latest version > built and available for FC6 is: openldap-2.3.30-2.fc6 ---- I don't think so... # rpm -qa|grep openldap openldap-clients-2.3.30-2.fc6 openldap-2.3.30-2.fc6 openldap-devel-2.3.30-2.fc6 # rpm -ql openldap|grep libldap /usr/lib/libldap-2.3.so.0 /usr/lib/libldap-2.3.so.0.2.18 /usr/lib/libldap_r-2.3.so.0 /usr/lib/libldap_r-2.3.so.0.2.18 Craig