Bug 198231

Summary: ldd -r reports undefined symbols
Product: [Fedora] Fedora Reporter: Karsten Hopp <karsten>
Component: sambaAssignee: Simo Sorce <ssorce>
Status: CLOSED DUPLICATE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: jplans
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-03-14 16:59:09 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:
Bug Depends On:    
Bug Blocks: 198485    

Description Karsten Hopp 2006-07-10 15:13:11 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:09 UTC

*** This bug has been marked as a duplicate of 198230 ***