Displaying 1 result from an estimated 1 matches for "_rpmmodule".
Did you mean:
rpmmodule
2010 Aug 15
1
Yum broken after x86_64 upgrade
...ing
the updater on the release disk. Now that the machine is running 64-bit, I
notice that Yum is broken, failing with the following error:
~~~
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/rpm/_rpmmodule.so: wrong ELF class: ELFCLASS32
~~~
OK, so I thought I could fix this by installing the dependency. After digging
through a bunch of cascading dependencies using rpm, I got to the elfutils,
which didn't want to install until I used the --ignorearch switch on rpm.
However, when I try to install...