View Single Post
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#21
Originally Posted by Venemo View Post
About the Windows metaphor:
No, it's more like having 2 versions of the same .dll file, and referencing the right version.
No, that's not the same. The difference is exactly that you used apt to _replace_ glibc with another version. As the two versions were ABI compatible, that is the default action (that way old applications can use newer libs without explicitly knowing about them)...

Originally Posted by Venemo View Post
So, I'd like to have the original version which comes from Maemo 5, and I'd like to install the other one for the apps I install from the Debian repo.

Is it possible?
Yes, I already said how in my previous post See dpkg --inst and LD_LIBRARY_PATH, but be aware that you are mixing gcc versions, compiler switches, cpu options, etc.
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 

The Following User Says Thank You to attila77 For This Useful Post: