Bug 742682

Summary: prelink complains about unresolved deps in /usr/lib64/thunderbird/libprldap60.so
Product: [Fedora] Fedora Reporter: Hans de Goede <hdegoede>
Component: thunderbirdAssignee: Martin Stransky <stransky>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: gecko-bugs-nobody, stransky
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-05-04 09:05:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Hans de Goede 2011-10-01 10:14:52 UTC
[hans@localhost ~]$ sudo prelink /usr/lib64/thunderbird/libprldap60.so
prelink: /usr/lib64/thunderbird/libprldap60.so: Could not find one of the dependencies

ldd gives:

[hans@localhost ~]$ ldd /usr/lib64/thunderbird/libprldap60.so
        linux-vdso.so.1 (0x00007fff343ff000)
        libldap60.so => not found
        libplds4.so => /lib64/libplds4.so (0x00007fa2cb24f000)
        libplc4.so => /lib64/libplc4.so (0x00007fa2cb04b000)
        libnspr4.so => /lib64/libnspr4.so (0x00007fa2cae0f000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fa2cabf2000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007fa2ca9ee000)
        libc.so.6 => /lib64/libc.so.6 (0x00007fa2ca639000)
        /lib64/ld-linux-x86-64.so.2 (0x0000003000000000)

Note that libldap60.so is part of thunderbird itself, but as such not in the default ld search path confusing prelink (and ldd).

Comment 1 Martin Stransky 2012-05-04 09:05:05 UTC
Yes, it's because thunderbird uses LD_LIBRARY_PATH=/usr/lib64/thunderbird. But we're not going to propagate it system wide because thunderbird does not provide any devel package.