Bug 198237 - ldd -r reports undefined symbols
Summary: ldd -r reports undefined symbols
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: readline
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tim Waugh
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: ldd-r-kh
TreeView+ depends on / blocked
 
Reported: 2006-07-10 15:19 UTC by Karsten Hopp
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-07-10 15:23:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


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