Version de GLIBC
Résolu
Flo0r
-
bob031 Messages postés 8158 Date d'inscription Statut Membre Dernière intervention -
bob031 Messages postés 8158 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
j'aimerai savoir la version de ma GLIBC, car j'aurai besoin d'avoir une version supérieur à la version 2.3 ( pour une API Cyberplus qui visiblement fonctionne pas avec celle que j'ai actuellement ).
Mais avant de mettre à jour j'aimerai connaître quelle version j'utilise, j'ai Red Hat Linux release 7.2 (Enigma) ( @ OVH )
En attente d'une réponse :d,
Cordialement,
Edouard P.
j'aimerai savoir la version de ma GLIBC, car j'aurai besoin d'avoir une version supérieur à la version 2.3 ( pour une API Cyberplus qui visiblement fonctionne pas avec celle que j'ai actuellement ).
Mais avant de mettre à jour j'aimerai connaître quelle version j'utilise, j'ai Red Hat Linux release 7.2 (Enigma) ( @ OVH )
En attente d'une réponse :d,
Cordialement,
Edouard P.
A voir également:
- Version de GLIBC
- Dernière version ccleaner gratuit français - Télécharger - Nettoyage
- Splitcam ancienne version - Télécharger - Messagerie
- Version gratuite de word - Guide
- Ancienne version autocad gratuite - Télécharger - CAO-DAO
- Télécharger zuma revenge version complète gratuit pour pc - Télécharger - Jeux vidéo
3 réponses
Bonjour,
La méthode infaillible c'est tout simplement de l'exécuter !
Exemple :
La libc se trouve dans le répertoire /lib :
arnaud@debian:~$ ll /lib/libc.*
lrwxrwxrwx 1 root root 13 2007-11-01 20:59 /lib/libc.so.6 -> libc-2.3.6.so
Et je l'exécute :
arnaud@debian:~$ /lib/libc.so.6
GNU C Library stable release version 2.3.6, by Roland McGrath et al.
Copyright (C) 2005 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 4.1.2 20061115 (prerelease) (Debian 4.1.1-21).
Compiled on a Linux 2.6.18 system on 2007-07-30.
Available extensions:
GNU libio by Per Bothner
crypt add-on version 2.1 by Michael Glad and others
GNU Libidn by Simon Josefsson
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
Thread-local storage support included.
For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.
Et voilà le travail : pas d'ambiguité !
La méthode infaillible c'est tout simplement de l'exécuter !
Exemple :
La libc se trouve dans le répertoire /lib :
arnaud@debian:~$ ll /lib/libc.*
lrwxrwxrwx 1 root root 13 2007-11-01 20:59 /lib/libc.so.6 -> libc-2.3.6.so
Et je l'exécute :
arnaud@debian:~$ /lib/libc.so.6
GNU C Library stable release version 2.3.6, by Roland McGrath et al.
Copyright (C) 2005 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 4.1.2 20061115 (prerelease) (Debian 4.1.1-21).
Compiled on a Linux 2.6.18 system on 2007-07-30.
Available extensions:
GNU libio by Per Bothner
crypt add-on version 2.1 by Michael Glad and others
GNU Libidn by Simon Josefsson
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
Thread-local storage support included.
For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.
Et voilà le travail : pas d'ambiguité !
Salut,
[root@bob ~]# find / -name glibc*
/usr/share/doc/glibc-devel-2.4
/usr/share/aclocal/glibc2.m4
/usr/share/aclocal/glibc21.m4
/usr/lib/glib-2.0/include/glibconfig.h
/usr/lib/valgrind/glibc-2.2.supp
/usr/lib/valgrind/glibc-2.3.supp
/usr/lib/valgrind/glibc-2.4.supp
/usr/lib/valgrind/glibc-2.5.supp
/usr/sbin/glibc-post-upgrade
/usr/sbin/glibc-post-wrapper
/lib/glibc.upgraded
[root@bob ~]#
:-))
[root@bob ~]# find / -name glibc*
/usr/share/doc/glibc-devel-2.4
/usr/share/aclocal/glibc2.m4
/usr/share/aclocal/glibc21.m4
/usr/lib/glib-2.0/include/glibconfig.h
/usr/lib/valgrind/glibc-2.2.supp
/usr/lib/valgrind/glibc-2.3.supp
/usr/lib/valgrind/glibc-2.4.supp
/usr/lib/valgrind/glibc-2.5.supp
/usr/sbin/glibc-post-upgrade
/usr/sbin/glibc-post-wrapper
/lib/glibc.upgraded
[root@bob ~]#
:-))
Bonjour,
merci ! c'est vrai qu'on peut exécuter le fichier ! pour moi :
[bob 5] firefox > ll /lib/libc.*
lrwxrwxrwx 1 root root 11 jun 17 11:08 /lib/libc.so.6 -> libc-2.4.so*
[14:25 0.61]
[bob 6] firefox > /lib/libc.so.6
GNU C Library development release version 2.4, by Roland McGrath et al.
Copyright (C) 2006 Free Software Foundation, Inc.
blablabla..
et la commande post<1>
[root@bob ~]# find / -name glibc*
/usr/share/doc/glibc-devel-2.4
/usr/share/aclocal/glibc2.m4
/usr/share/aclocal/glibc21.m4
bien ! tout ça se recoupe ......sans ambiguité ! :-))
:-))
merci ! c'est vrai qu'on peut exécuter le fichier ! pour moi :
[bob 5] firefox > ll /lib/libc.*
lrwxrwxrwx 1 root root 11 jun 17 11:08 /lib/libc.so.6 -> libc-2.4.so*
[14:25 0.61]
[bob 6] firefox > /lib/libc.so.6
GNU C Library development release version 2.4, by Roland McGrath et al.
Copyright (C) 2006 Free Software Foundation, Inc.
blablabla..
et la commande post<1>
[root@bob ~]# find / -name glibc*
/usr/share/doc/glibc-devel-2.4
/usr/share/aclocal/glibc2.m4
/usr/share/aclocal/glibc21.m4
bien ! tout ça se recoupe ......sans ambiguité ! :-))
:-))