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

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-07-19 22:46:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


lftp-3.4.7-2.FC6
undefined symbol: _ZN14DirectedBuffer13PutTranslatedEPKci       (/usr/lib/liblftp-jobs.so)
undefined symbol: _ZN12FileCopyPeer4DoneEv      (/usr/lib/liblftp-jobs.so)
undefined symbol: _ZN12FileCopyPeer4SeekEx      (/usr/lib/liblftp-jobs.so)
undefined symbol: _ZN8IOBuffer2DoEv     (/usr/lib/liblftp-jobs.so)
undefined symbol: _ZThn64_N8IOBuffer2DoEv       (/usr/lib/liblftp-jobs.so)
undefined symbol: _ZTV8IOBuffer (/usr/lib/liblftp-jobs.so)
undefined symbol: _ZN6ResMgr15TriBoolValidateEPPc       (/usr/lib/liblftp-jobs.so)
undefined symbol: _ZN9DirColors8instanceE       (/usr/lib/liblftp-jobs.so)
undefined symbol: _ZN6ResMgr12BoolValidateEPPc  (/usr/lib/liblftp-jobs.so)
undefined symbol: lftp_bookmarks        (/usr/lib/liblftp-jobs.so)
undefined symbol: _ZN6ResMgr9NoClosureEPPc      (/usr/lib/liblftp-jobs.so)
...
...

Comment 1 Jason Vas Dias 2006-07-19 22:46:09 UTC
Yes, lftp always 'dlopen's its protocol implementation module libraries in 
/usr/lib/lftp/%{version} - so I don't think this is a problem - thanks anyway.



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