Apps :: Glibc 2.4



Hey...I'm just installing some new program (which means as everytime lot of new lib's) and now if got the problem that I need glibc 2.4 and it has to be 2.4 not the one which is in MyDsl cause it is 2.3.6 or sometihnig like that. Has anyone some clue where to find it...i'm already surching the rpm's but ^^ somehow they aren't working.
You could look for a libc6 debian package >=2.4 and try using that?
per apt-get or how? how do i install a deb package? dpkt -i whatever.deb? do you have a link for me?
If you search these forums on apt-get or dpkg -i there are many threads on the subject but basically you need to load the dsl-dpkg extension and then either:

1. Go to debian package search, download the appropriate libc6 (and all of its dependencies) and then dpkg -i libc6*.deb

or

2. Modify /etc/apt/sources.list to point to debian stable (or whichever release has libc6 >=2.4), apt-get update and apt-get install libc6.

Note that there is a significant chance that you will get several (many?) broken dependency error messages with either of the two methods above.

DSL one is 2.3.2..
Next Page...
original here.