I am trying to install TMCL-IDE for windows. I am getting this error. Please help me in solving it.
I am trying to install TMCL-IDE for windows. I am getting this error. Please help me in solving it.
How to solve the above error for TMCL-IDE 4.x in ubuntu 16.04
It would have been so much nicer to select the text and paste it here.
Anyway, this is telling you that it needs GLIBC 2.25 which is quite old.
I mean, on two systems I have here, it's 2.35 and 2.42 and you can see the time line there: https://sourceware.org/glibc/wiki/Glibc%20Timeline
The 2.25 version was released in 2017, so there is no surprise here that you don't have it on a recent system.
They should really release the sources for the tool so that you could recompile it with your version of GLIBC even if I doubt this would work "out of the box" anyway
It would have been so much nicer to select the text and paste it here.
Anyway, this is telling you that it needs GLIBC 2.25 which is quite old.
I mean, on two systems I have here, it's 2.35 and 2.42 and you can see the time line there: https://sourceware.org/glibc/wiki/Glibc%20Timeline
The 2.25 version was released in 2017, so there is no surprise here that you don't have it on a recent system.
They should really release the sources for the tool so that you could recompile it with your version of GLIBC even if I doubt this would work "out of the box" anyway