Bug 198230 - ldd -r reports undefined symbols
Summary: ldd -r reports undefined symbols
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: samba
Version: rawhide
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Guenther Deschner
QA Contact: David Lawrence
URL:
Whiteboard:
: 198231 (view as bug list)
Depends On:
Blocks: ldd-r-kh
TreeView+ depends on / blocked
 
Reported: 2006-07-10 15:12 UTC by Karsten Hopp
Modified: 2007-11-30 22:11 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-04-27 10:57:13 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Karsten Hopp 2006-07-10 15:12:49 UTC
Note: ldd can't handle dlopen'ed dependent libraries and these unresolved symbols
might be resolved by those. But this needs to be checked.
Reproducer: rpm -ql <packagename>| grep lib.*so | xargs ldd -r


samba-common-3.0.23-0.RC3
undefined symbol: yperr_string  (/usr/lib/libnss_wins.so)
undefined symbol: secrets_fetch_machine_password        (/usr/lib/libnss_wins.so)
undefined symbol: secrets_fetch (/usr/lib/libnss_wins.so)
undefined symbol: secrets_delete        (/usr/lib/libnss_wins.so)
undefined symbol: secrets_store (/usr/lib/libnss_wins.so)
undefined symbol: secrets_fetch_domain_sid      (/usr/lib/libnss_wins.so)
undefined symbol: yp_get_default_domain (/usr/lib/libnss_wins.so)
undefined symbol: yp_match      (/usr/lib/libnss_wins.so)

Comment 1 Guenther Deschner 2007-03-14 16:59:22 UTC
*** Bug 198231 has been marked as a duplicate of this bug. ***

Comment 2 Guenther Deschner 2007-04-03 14:06:04 UTC
Fixed upstream in 3_0 and also in 3_0_25, porting down the fix.


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