Fedora Account System
Red Hat Associate
Red Hat Customer
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 mono-core-1.1.16-1 undefined symbol: g_module_close (/usr/lib/libikvm-native.so) undefined symbol: g_module_symbol (/usr/lib/libikvm-native.so) undefined symbol: g_module_open (/usr/lib/libikvm-native.so)
Those symbols are in libgmodule, so it should probably link to it. libikvm is only used by ikvm (java implemented in .net) though, so maybe that links to libgmodule?
Created attachment 134634 [details] Possible fix
Alex, should this be applied or sent upstream ?
It should probably be sent upstream. I don't know much about ikvm, it might have some special requirements.
Its been applied upstream.