CentOS5 python wrong ELF class: ELFCLASS32

Posted by user788171 on Server Fault See other posts from Server Fault or by user788171
Published on 2012-06-21T20:38:57Z Indexed on 2012/06/21 21:17 UTC
Read the original article Hit count: 271

Filed under:
|
|

Has anybody ever encountered this wrong ELF class error? The failure is provided in more detail below:

[root@nocloud ~]# system-config-users
Traceback (most recent call last):
  File "/usr/share/system-config-users/system-config-users.py", line 25, in ?
    import libuser
ImportError: /usr/lib/python2.4/site-packages/libusermodule.so: wrong ELF class: ELFCLASS32

Can anybody tell me how I might possibly be able to fix this? It looks like python broke on my server.

© Server Fault or respective owner

Related posts about centos

Related posts about python