I have a program (JavaFX 2, namely), and one of its binaries (libglass.so) requires libgio-2.0.so.0
. The problem is, the system, on which I need to run the app, is quite old and mostly out of my control (thus I can't update it).
I tired copying libgio
from my machine there, but only to find that libgio
requires GLIBC_2.9
- and target machine only has libc-2.5.
Is there a way to work around this behavior?