ldd MyExecutable | grep libc
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007eff56bd0000)
This executable requires glibc version 2.25 from Ubuntu 18.04. How can I overwrite it do ask for glibc 2.23, which is the one present on ubuntu 16.04?
I'm aware of possible problems, but how can I do it?