Bug 156054

Summary: /usr/lib64/libldap_r.so.2.0.130 does not contain correct dependencies.
Product: Red Hat Enterprise Linux 4 Reporter: Dennis <dennis>
Component: openldapAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED NOTABUG QA Contact: Jay Turner <jturner>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.0CC: srevivo
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-27 03:40:00 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 Dennis 2005-04-27 03:32:51 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0

Description of problem:
Bug item 149043 is now also confirmed to exist on Red Hat EL 4 x86_64.

The 64-bit /usr/lib64/libldap_r.so.2.0.130 library does NOT contain
the correct dependencies.

The 32-bit /usr/lib/libldap_r.so.2.0.130 library on the other hand
does contain the correct dependencies.

I reported the Fedora Core 3 bug back in early Febuary and have
received no reply. This bug (especially now on Red Hat EL4) effects us
and our customers greatly.

We consider this an "extremely high severity" issue. 

Dennis.

Version-Release number of selected component (if applicable):
compat-openldap-2.1.30-2

How reproducible:
Always

Steps to Reproduce:
# readelf -a /usr/lib64/libldap_r.so.2.0.130 | grep NEEDED

  

Actual Results:  ... Shared library: [liblber-2.2.so.7]
... Shared library: [libresolv.so.2]
... Shared library: [libdl.so.2]
... Shared library: [libc.so.6]

Expected Results:   0x00000001 (NEEDED)                     Shared library: [liblber-2.2.so.7]
 0x00000001 (NEEDED)                     Shared library: [libresolv.so.2]
 0x00000001 (NEEDED)                     Shared library: [libdl.so.2]
 0x00000001 (NEEDED)                     Shared library: [libsasl2.so.2]
 0x00000001 (NEEDED)                     Shared library: [libssl.so.4]
 0x00000001 (NEEDED)                     Shared library: [libcrypto.so.4]
 0x00000001 (NEEDED)                     Shared library: [libc.so.6]


Additional info:

The supplied 32-bit library does contain the correct dependencies

The 32-bit library is correct.

# readelf -a /usr/lib/libldap_r.so.2.0.130 | grep NEEDED

... Shared library: [liblber-2.2.so.7]
... Shared library: [libresolv.so.2]
... Shared library: [libdl.so.2]
... Shared library: [libsasl2.so.2]
... Shared library: [libssl.so.4]
... Shared library: [libcrypto.so.4]
... Shared library: [libc.so.6]

Comment 1 Dennis 2005-04-27 03:40:00 UTC
Ooops, firefox appears to have created this duplicate bug
of 155951. I will try and close this.

Dennis.