this post was submitted on 01 Jul 2025
19 points (95.2% liked)
Linux Gaming
18788 readers
25 users here now
Gaming on the GNU/Linux operating system.
Recommended news sources:
Related chat:
Related Communities:
Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Usually you can symlink to other versions and it will work fine.
Well yeah, but how do i figure out which version I need and where do I get that version?
What I mean is, you create a link from "libxyz.wanted.so" to "libxyz.present.so", so when the game is looking for the libxyz.wanted.so file, it actually reads the libxyz.present.so file.
You do this with the symbolic links and
ln -s
, but check the order of the parameters, as I always get those with long the first time around.