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)
Jeff, could you please look into this? Thanks.
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.