I'm trying to launch Minecraft (not the port; that's too old), and it's giving errors like this one:
However libc.so.6 is there under /usr/compat/linux. I'm running Linux Java so it should be using those libraries anyway.
How can I "tell" an application to "look here for libraries"? Short of chrooting it.
Cheers.
Code:
Exception in thread "Minecraft main thread" java.lang.UnsatisfiedLinkError:
/home/benjamin/.minecraft/bin/natives/liblwjgl.so: Shared object "libc.so.6" not found, required by "liblwjgl.so"
However libc.so.6 is there under /usr/compat/linux. I'm running Linux Java so it should be using those libraries anyway.
Code:
> locate libc.so
/lib/libc.so.7
/usr/compat/linux/lib/libc.so.6
/usr/lib/libc.so
How can I "tell" an application to "look here for libraries"? Short of chrooting it.
Cheers.