/usr/lib/python2.4/site-packages/cElementTree.so: classe ELF errada: ELFCLASS32

0
 yum update
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:

   /usr/lib/python2.4/site-packages/cElementTree.so: wrong ELF class: ELFCLASS32

Please install a package which provides this module, or
verify that the module is installed correctly.

It's possible that the above module doesn't match the
current version of Python, which is:
2.4.3 (#1, Jan  9 2013, 06:47:03)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-54)]

Eu tentei fazer algumas pesquisas e ficar limpo no yum, mas ainda não consigo instalar ou atualizar nada.

É um problema de 32 a 64 bits?

    
por Jason 30.12.2014 / 17:48

1 resposta

1

Tente:

  1. Baixando Yum para o CentOS 7 .
  2. rpm -ivh yum-* do local de salvamento.
  3. Reenvie yum update . Se ele ainda reclama, você precisa de uma versão do element-tree-x86_64 .
  4. Repita o número 2 com árvore de elementos.
por 30.12.2014 / 18:40