How can I know which glibc version has been installed on a linux machine?
glibcbug script shows version of glibc but it is hard coded in the script. Is there any other way?
- Keyur
On Tue, 9 Oct 2001, Keyur Shroff wrote:
How can I know which glibc version has been installed on a linux machine?
glibc comes along with the programs ld.so and ldconfig, both of which can be used to find its version. ldconfig -V will work.
Philip