I need libtxc-dxtn for some native Linux games to start (Amnesia). Without it, the game crashes. If I install it, the colors some other games drastically change. So, I install and un-install the package, depending on what I have to start.
Is there a way to provide the lib to the apps that only need it? I hope my question is clear enough
libtxc-dxtn
in achroot
envorinment?(See http://askubuntu.com/questions/56687/how-to-chroot-ubuntu1 and http://askubuntu.com/a/120704/54298) – nanofarad Jun 05 '12 at 20:16LD_PRELOAD
and/or modifyingLD_LIBRARY_PATH
. – ish Jun 06 '12 at 09:27