search for: _libelf

Displaying 1 result from an estimated 1 matches for "_libelf".

Did you mean: libelf
2007 Jun 28
0
Problem with dom0cut.py
...e "/usr/lib/python2.4/site-packages/xendump/Arch.py", line 1, in ?     import libelf   File "/usr/lib/python2.4/site-packages/libelf/__init__.py", line 10, in ?     from libelf import *   File "/usr/lib/python2.4/site-packages/libelf/libelf.py", line 5, in ?     import _libelf ImportError: /usr/lib/python2.4/site-packages/libelf/_libelf.so: undefined symbol: elfx_remscn    Apparently, elfutils installed another libelf and overwrote the symlink I created. So, I made the symlink point back to the original ! libelf that I installed but then I get a different error message...