Hello, I am Seehwan Yoo.
Thanks for the efforts in advance.
1.
I am working in XenARM for
days, and I don’t know where to put the xenarm tools in the filesystem.
Temporarily, I put python libs at the /lib, some xen tools at the /usr/sbin,
xend’s python modules at the /lib/python2.4/xen.
I hope the user manual contain the info about the basic filesystem and lib
locations so that anyone can use XenARM with the basic settings.
It would be great if you can publish the version that used in the manual.
2.
I faced the same problem about
the ELF versions.
I have used the same build tool for the arm-python and Xen, and guest Linux.
It seems like select.so is built from the arm-python using a cross-compiler (e.g.
arm-linux-gcc),
but it complains the versions.
Could you tell me how to modify/resolve the problem?
Ps. All EABI settings are off in my system
incl. the local host.
Followings are the message that I can see.
------------------------------------------------------------------------------------------
[root@falinux ~]$ xend start
Traceback (most recent call last):
File "/usr/sbin/xend", line 33, in ?
from xen.xend.server import SrvDaemon
File "/lib/python2.4/xen/xend/server/SrvDaemon.py", line 26,
in ?
import relocate
File "/lib/python2.4/xen/xend/server/relocate.py", line 26, in
?
from xen.xend import XendDomain
File "/lib/python2.4/xen/xend/XendDomain.py", line 33, in ?
import XendDomainInfo
File "/lib/python2.4/xen/xend/XendDomainInfo.py", line 49, in
?
from xen.xend.XendBootloader import bootloader
File "/lib/python2.4/xen/xend/XendBootloader.py", line 15, in
?
import os, select, errno
ImportError: /lib/python2.4/lib-dynload/select.so: ELF file version does not
match current one