Skip to content
Discussion options

You must be logged in to vote

Yes it is possible, but super tedious. It's much better to just build it yourself, or upgrade the OS.
(Or maybe utilize a virtual machine, or something...)

If you still want to do it, this is the method I've used.
(And yeah I'd be interested to hear if anyone has a better way!)

  • Copy over all the libraries that the binary needs (you need to get them from a new distro, somehow).
  • Use the LD_LIBRARY_PATH environment variable to point to the directory where they are located.
  • Launch the binary with the new version of ld-linux-x86-64.so.2.

For example, if you have the libs in $HOME/tmp/newlibs you can try something like:
LD_LIBRARY_PATH=$HOME/tmp/newlibs $HOME/tmp/newlibs/ld-linux-x86-64.so.2 …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@canh25xp
Comment options

Answer selected by canh25xp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants