glibc version
You can find out your glibc version by running ldd --version. You can also do a locate libc.so.6 and then execute the shared library like a program. This act...
You can find out your glibc version by running ldd --version. You can also do a locate libc.so.6 and then execute the shared library like a program. This act...
man ldd. ldd prints shared library dependencies. Useful for checking if you got the order of your arguments wrong while invoking g++.