Hi, all.
Maybe it is a basic question of Xen. But it is a roadblock
to me. Hopefully somebody in this list can give me a hand.
I’ve downloaded xeno-unstable-src.tgz from http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads.html.
And build it on my RedHat 9.3 (shrike) box. After “make world”
& “make install”, I found the corresponding Xen images in /boot
and configure /etc/grub/grub.conf accordingly. Then I can enter Xeno as
desired. But when I try to launch XenU by “xc_dom_create.py
-Dip=128.23.45.34,169.254.1.1 -Dmem=72”, following error raises:
Traceback (most recent call last):
File "./xc_dom_create.py", line 4, in ?
import Xc, XenoUtil, string, sys, os,
time, socket, getopt, signal, syslog
ImportError: /usr/lib/python2.2/site-packages/Xc.so:
undefined symbol: xc_vbd_grow
Thanks,
Benjamin