I need to dynamically load shared objects in Linux (and in the future, OS X, but one thing at a time) and it seems that actually trying to ld-linux.so.2 will always fail with DllNotFoundException. Trying to load it in a C program seems to fail as well (dlopen returns null).I need to dynamically load shared objects in Li