Description of problem: If you have both openldap and openldap-devel installed, and then remove openldap-devel, it breaks one of the libraries installed by openldap. Version-Release number of selected component (if applicable): openldap-2.3.30-2.fc6 openldap-devel-2.3.30-2.fc6 Steps to Reproduce: 1. Install openldap & openldap-devel RPMs 2. rpm -e openldap-devel 3. Try to run a program (for example "svn") that uses openldap. Actual results: svn: error while loading shared libraries: libldap-2.3.so.0: cannot open shared object file: No such file or directory Workaround: cd /usr/lib # ln -s libldap-2.3.so.0.2.18 libldap.so # ln -s liblber-2.3.so.0 # ln -s libldap_r-2.3.so.0.2.18 libldap_r-2.3.so
I am sorry for long time to reply, I somehow missed the bug. It was already reported and fixed in rawhide and F7. *** This bug has been marked as a duplicate of 240253 ***