Trucs:Connaître la version de la libc

De Lea Linux
Révision datée du 24 mars 2016 à 16:10 par Jiel (discussion | contributions)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à la navigation Aller à la recherche

Connaître la version de la libc

Jice <jice chez lea-linux.org>

Afin de connaître la version de la libc installée sur le système, il suffit de l'éxécuter comme un programme :

[jice@localhost jice]$ /lib/libc.so.6
GNU C Library stable release version 2.3.2, by Roland McGrath et al.
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 3.3.1 (Mandrake Linux 9.2 3.3.1-1mdk).
Compiled on a Linux 2.4.22 system on 2003-08-29.
Available extensions:
        GNU libio by Per Bothner
        crypt add-on version 2.1 by Michael Glad and others
        linuxthreads-0.10 by Xavier Leroy
        BIND-8.2.3-T5B
        libthread_db work sponsored by Alpha Processor Inc
        NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
Report bugs using the `glibcbug' script to <bugs at gnu dot org>.

On apprend plein de trucs intéressants en plus :-)

Le cas général des versions de bibliothèques est abordé dans l'article Exploration de la configuration.