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

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-11-15 18:51:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


libswt3-gtk2-3.2.0-1jpp_1fc
undefined symbol: JAWT_GetAWT   (/usr/lib/libswt-awt-gtk-3232.so)
undefined symbol: XSynchronize  (/usr/lib/libswt-awt-gtk-3232.so)

Comment 1 Ben Konrath 2006-11-15 17:15:06 UTC
Jeff, could you please look into this? Thanks.

Comment 2 Jeff Johnston 2006-11-15 18:51:48 UTC
The missing symbols in question go away if you include /usr/lib/gcj-4.1.1 (or
appropriate gcj) in your LD_LIBRARY_PATH.  For example, JAWT_GetAWT is found in
libjawt.so which likely isn't on your default library path when you ran the ldd
command.


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