Bug 249866 - Removing openldap-devel RPM breaks openldap libraries
Summary: Removing openldap-devel RPM breaks openldap libraries
Keywords:
Status: CLOSED DUPLICATE of bug 240253
Alias: None
Product: Fedora
Classification: Fedora
Component: openldap
Version: 6
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Jan Safranek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-07-27 15:22 UTC by Daphne Shaw
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-10-18 15:21:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.