Bug 198237

Summary: ldd -r reports undefined symbols
Product: [Fedora] Fedora Reporter: Karsten Hopp <karsten>
Component: readlineAssignee: Tim Waugh <twaugh>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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: 2006-07-10 15:23:16 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:19:47 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


readline-devel-5.0-3.2.1
undefined symbol: BC    (/usr/lib/libreadline.so)
undefined symbol: PC    (/usr/lib/libreadline.so)
undefined symbol: UP    (/usr/lib/libreadline.so)
undefined symbol: tgetnum       (/usr/lib/libreadline.so)
undefined symbol: tgoto (/usr/lib/libreadline.so)
undefined symbol: tgetflag      (/usr/lib/libreadline.so)
undefined symbol: tputs (/usr/lib/libreadline.so)
undefined symbol: tgetent       (/usr/lib/libreadline.so)
undefined symbol: tgetstr       (/usr/lib/libreadline.so)

Comment 1 Tim Waugh 2006-07-10 15:23:16 UTC
Readline is a special case since there s more than one library that can satisfy
those symbols.