I was trying to install an software which requires glibc2.34, when I tried to install it, it showed version 'GLIBC_2.34' not found
.
I tried to install glibc2.34, but after I had installed glibc2.34, I still could not install that software. So I tried to use strings /lib64/libc.so.6 | grep GLIBC;
and found that glibc2.34 was not supported by the operating system. Who can teach me to solve this problem. I'm a linux noob, so please do let me know if I've said or done anything wrong.