R
R
Razzle2014-06-20 13:33:09
linux
Razzle, 2014-06-20 13:33:09

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

1 answer(s)
D
dykky, 2014-06-20
@dykky

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 <существующая либа> <искомая либа>

But performance cannot be guaranteed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question