Bug 742682 - prelink complains about unresolved deps in /usr/lib64/thunderbird/libprldap60.so
Summary: prelink complains about unresolved deps in /usr/lib64/thunderbird/libprldap60.so
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: thunderbird
Version: 16
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Martin Stransky
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-01 10:14 UTC by Hans de Goede
Modified: 2012-05-04 09:05 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-05-04 09:05:05 UTC
Type: ---


Attachments (Terms of Use)

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.


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