Bug 249866

Summary: Removing openldap-devel RPM breaks openldap libraries
Product: [Fedora] Fedora Reporter: Daphne Shaw <dshaw>
Component: openldapAssignee: Jan Safranek <jsafrane>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-18 15:21:15 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Daphne Shaw 2007-07-27 15:22:23 UTC
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

Comment 1 Jan Safranek 2007-10-18 15:21:15 UTC
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 ***