ldd --version
shows that I have Ubuntu GLIBC 2.27-3ubuntu1, and I need a version <= 2.24.
Tried to use sudo apt-get install libc6==2.23-0ubuntu1
but it says this version cannot be found. I have searched on Ubuntu packages to find a version that suits my requirements but couldn't find anything.
Can anyone help to downgrade my libc6? I need my gcc to compile with GLIBC <= 2.24 for a plugin I'm making.