Categories
How to install glibc 2.15?
There is Debian 7, which has a more recent version of glibc, and there is a program that requires glibc 2.15 and complains about its absence. Actually, what to do?
Answer the question
In order to leave comments, you need to log in
You can try to substitute a new lib instead of the old one: use ldd to see which name of the lib it is looking for (lines with not found), and do
cd /usr/lib ln -s <существующая либа> <искомая либа>
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question