bonjour a tous et a toutes,

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
 
 
    os:       Redhat Entreprise AS 3
    glibc:    compat-glibc-7.x-2.2.4.32.5
                glibc-kernheaders-2.4-8.34 
                glibc-2.3.2-95.3
                glibc-common-2.3.2-95.3
                glibc-utils-2.3.2-95.3
                glibc-devel-2.3.2-95.3
                glibc-profile-2.3.2-95.3
                glibc-headers-2.3.2-95.3
voila mon probleme :

je dois installer une application mais lorsque je compile celle-ci, j'ai le message suivant:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
 
 
python: /lib/tls/libc.so.6: version `GLIBC_2.3.4' not found (required by /usr/lib/libpython2.4.so.1.0)
Cela nécessite la glibc 2.3.4.

J'ai récuperer la glibc-2.3.4.tar.gz que j'ai compiler mais voila le message d'erreur que je n'est pas trop bien compris lorsque je lance le ./configure .

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
 
 
checking installed Linux kernel header files... 2.0.10 or later
*** On GNU/Linux systems it is normal to compile GNU libc with the
*** `linuxthreads' add-on.  Without that, the library will be
*** incompatible with normal GNU/Linux systems.
*** If you really mean to not use this add-on, run configure again
*** using the extra parameter `--disable-sanity-checks'
quelq'un aurait-il une idée??
merci de vos retours...