OVH Cloud OVH Cloud

ELF file ??

9 réponses
Avatar
Troumad
Qui peut m'éclairer sur les messages suivants :

ldconfig: /usr/X11R6/lib/libXvMCNVIDIA.so.1.0.6629 is not an ELF file -
it has the wrong magic bytes at the start.

ldconfig: /usr/X11R6/lib/libXvMCNVIDIA_dynamic.so.1 is not an ELF file -
it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libGL.so.1.0.6629 is not an ELF file - it has the
wrong magic bytes at the start.

ldconfig: /usr/lib/libGLcore.so.1.0.6629 is not an ELF file - it has the
wrong magic bytes at the start.

ldconfig: /usr/lib/libGL.so.1 is not an ELF file - it has the wrong
magic bytes at the start.

ldconfig: /usr/lib/libGL.so is not an ELF file - it has the wrong magic
bytes at the start.

ldconfig: /usr/lib/libGLcore.so.1 is not an ELF file - it has the wrong
magic bytes at the start.

--
Amicalement vOOotre Troumad Alias Bernard SIAUD
mon site : http://troumad.free.fr : AD&D maths WEB sectes
Pour la liberté http://www.mandrakelinux.com/fr/
http://www.eurolinux.org/index.fr.html
N'envoyez que des documents avec des formats ouverts, comme
http://fr.openoffice.org


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

9 réponses

Avatar
François Boisson
Le Tue, 01 Mar 2005 09:25:03 +0100
Troumad a écrit:

Qui peut m'éclairer sur les messages suivants :




ldconfig: /usr/lib/libGLcore.so.1 is not an ELF file - it has the
wrong magic bytes at the start.



Fichier corrompu, vérfie avec «file»:

:/lib$ file libnsl-2.2.5.so
libnsl-2.2.5.so: ELF 32-bit LSB shared object, Intel 80386, version 1
(SYSV), stripped :/lib$

François Boisson


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Troumad
François Boisson a écrit :

Le Tue, 01 Mar 2005 09:25:03 +0100
Troumad a écrit:



Qui peut m'éclairer sur les messages suivants :


ldconfig: /usr/lib/libGLcore.so.1 is not an ELF file - it has the
wrong magic bytes at the start.




Fichier corrompu, vérfie avec «file»:

:/lib$ file libnsl-2.2.5.so
libnsl-2.2.5.so: ELF 32-bit LSB shared object, Intel 80386, version 1
(SYSV), stripped :/lib$

François Boisson



Voici ce que ça donne :

][/]# file /usr/X11R6/lib/libXvMCNVIDIA.so.1.0.6629
/usr/X11R6/lib/libXvMCNVIDIA.so.1.0.6629: data
[][/]# file /usr/lib/libGLcore.so.1
/usr/lib/libGLcore.so.1: symbolic link to `libGLcore.so.1.0.6629'
[][/]# file /usr/lib/libGLcore.so.1.0.6629
/usr/lib/libGLcore.so.1.0.6629: data


--
Amicalement vOOotre Troumad Alias Bernard SIAUD
mon site : http://troumad.free.fr : AD&D maths WEB sectes
Pour la liberté http://www.mandrakelinux.com/fr/
http://www.eurolinux.org/index.fr.html
N'envoyez que des documents avec des formats ouverts, comme
http://fr.openoffice.org


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
François Boisson
Le Tue, 01 Mar 2005 13:01:55 +0100
Troumad a écrit:

][/]# file /usr/X11R6/lib/libXvMCNVIDIA.so.1.0.6629
/usr/X11R6/lib/libXvMCNVIDIA.so.1.0.6629: data
[][/]# file /usr/lib/libGLcore.so.1
/usr/lib/libGLcore.so.1: symbolic link to `libGLcore.so.1.0.6629'
[][/]# file /usr/lib/libGLcore.so.1.0.6629
/usr/lib/libGLcore.so.1.0.6629: data



En clair, fichier non identifiable.
$ hexdump <lefichier> | head

doit donné au début
0000000 457f 464c 0101 0001 ...


Fichier à recompiler ou à recherger. Attention à charger en mode binary
par FTP.


François Boisson


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Troumad
François Boisson a écrit :

Le Tue, 01 Mar 2005 13:01:55 +0100
Troumad a écrit:



][/]# file /usr/X11R6/lib/libXvMCNVIDIA.so.1.0.6629
/usr/X11R6/lib/libXvMCNVIDIA.so.1.0.6629: data
[][/]# file /usr/lib/libGLcore.so.1
/usr/lib/libGLcore.so.1: symbolic link to `libGLcore.so.1.0.6629'
[][/]# file /usr/lib/libGLcore.so.1.0.6629
/usr/lib/libGLcore.so.1.0.6629: data





En clair, fichier non identifiable.
$ hexdump <lefichier> | head

doit donné au début
0000000 457f 464c 0101 0001 ...


Fichier à recompiler ou à recherger. Attention à charger en mode binary
par FTP.



dpkg -S
et
apt-get install --reinstall
corrige les erreurs. Mais j'ai des fichiers qui sont instrouvable comme
libGLcore.so.1.0.6629 :

[][]# apt-get install --reinstall xlibmesa-gl
Reading Package Lists... Done
Building Dependency Tree... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 22 not
upgraded.
Need to get 0B/275kB of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 154658 files and directories currently installed.)
Preparing to replace xlibmesa-gl 4.3.0.dfsg.1-10 (using
.../xlibmesa-gl_4.3.0.dfsg.1-10_i386.deb) ...
Unpacking replacement xlibmesa-gl ...
Setting up xlibmesa-gl (4.3.0.dfsg.1-10) ...
ldconfig: /usr/X11R6/lib/libXvMCNVIDIA.so.1.0.6629 is not an ELF file -
it has the wrong magic bytes at the start.

ldconfig: /usr/X11R6/lib/libXvMCNVIDIA_dynamic.so.1 is not an ELF file -
it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libGL.so.1.0.6629 is not an ELF file - it has the
wrong magic bytes at the start.

ldconfig: /usr/lib/libGLcore.so.1.0.6629 is not an ELF file - it has the
wrong magic bytes at the start.

ldconfig: /usr/lib/libGLcore.so.1 is not an ELF file - it has the wrong
magic bytes at the start.


[][]# ll /usr/lib/libGLcore.so.1.0.6629
-rwxr-xr-x 1 root root 7230360 Feb 12 08:39 /usr/lib/libGLcore.so.1.0.6629
[][]# dpkg -S libGLcore.so.1.0.6629
dpkg: *libGLcore.so.1.0.6629* not found.


--
Amicalement vOOotre Troumad Alias Bernard SIAUD
mon site : http://troumad.free.fr : AD&D maths WEB sectes
Pour la liberté http://www.mandrakelinux.com/fr/
http://www.eurolinux.org/index.fr.html
N'envoyez que des documents avec des formats ouverts, comme
http://fr.openoffice.org


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
François Boisson
Le Tue, 01 Mar 2005 22:24:04 +0100
Troumad a écrit:

apt-get install --reinstall
corrige les erreurs. Mais j'ai des fichiers qui sont instrouvable
comme libGLcore.so.1.0.6629 :




C'est un fichier qui vient avec des drivers de cartes graphiques, as tu
une NVIDIA?


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
François Boisson
Le Tue, 1 Mar 2005 22:54:41 +0100
François Boisson a écrit:


http://download.nvidia.com/XFree86/Linux-x86/1.0-6629/NVIDIA-Linux-x86-1.0-6629-pkg1.run



Adapte à ton architecture, tu as l'air d'avoir un AMD 64... ce serait
plutôt
http://download.nvidia.com/XFree86/Linux-x86_64/1.0-6629/NVIDIA-Linux-x86_64-1.0-6629-pkg2.run


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
François Boisson
Le Tue, 01 Mar 2005 22:24:04 +0100
Troumad a écrit:

François Boisson n'a pas lu tout le message avant de répondre:
>>/usr/X11R6/lib/libXvMCNVIDIA.so.1.0.6629: data



Bon tu as une nvidia.

Ca correspond au derniers drivers NVIDIA.

1) Télécharge
http://download.nvidia.com/XFree86/Linux-x86/1.0-6629/NVIDIA-Linux-x86-1.0-6629-pkg1.run

2) $ chmod +x NVIDIA-Linux-x86-1.0-6629-pkg1.run (PAS SOUS root)

3) Tu exécute le programme PAS SOUS root, il gueule tu ne fais rien et
sous un autre console

$ cd/tmp; cp -a selfgz??? nvidia

Tu peux taper return après la gueulante

Tes librairies sont dans
/tmp/nvidia/NVIDIA-Linux-x86-1.0-6629-pkg1/usr/lib


François Boisson


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Troumad
François Boisson a écrit :

Le Tue, 01 Mar 2005 22:24:04 +0100
Troumad a écrit:



apt-get install --reinstall
corrige les erreurs. Mais j'ai des fichiers qui sont instrouvable
comme libGLcore.so.1.0.6629 :




C'est un fichier qui vient avec des drivers de cartes graphiques, as tu
une NVIDIA?



Oui, mais comme j'ai aussi une ati, je ne peux pas prendre les drivers
spécifiques sinon, je ne peux pas travailler en dual head !
--
Amicalement vOOotre Troumad Alias Bernard SIAUD
mon site : http://troumad.free.fr : AD&D maths WEB sectes
Pour la liberté http://www.mandrakelinux.com/fr/
http://www.eurolinux.org/index.fr.html
N'envoyez que des documents avec des formats ouverts, comme
http://fr.openoffice.org


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Troumad
François Boisson a écrit :

Le Tue, 1 Mar 2005 22:54:41 +0100
François Boisson a écrit:


http://download.nvidia.com/XFree86/Linux-x86/1.0-6629/NVIDIA-Linux-x86-1.0-6629-pkg1.run




Adapte à ton architecture, tu as l'air d'avoir un AMD 64...



Il n'est pas si gros que ça mon athlon 2800XP+ uperclocké à 2000XP+....

ce serait plutôt
http://download.nvidia.com/XFree86/Linux-x86_64/1.0-6629/NVIDIA-Linux-x86_64-1.0-6629-pkg2.run




Je vais donc essayer d'installer ou d'enlever ses fichiers du retour du
boulot !

--
Amicalement vOOotre Troumad Alias Bernard SIAUD
mon site : http://troumad.free.fr : AD&D maths WEB sectes
Pour la liberté http://www.mandrakelinux.com/fr/
http://www.eurolinux.org/index.fr.html
N'envoyez que des documents avec des formats ouverts, comme
http://fr.openoffice.org


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact