WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Problems with installing Xen 3.1.3 from source code.

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problems with installing Xen 3.1.3 from source code.
From: Virajith Jalaparti <virajith.j@xxxxxxxxx>
Date: Sat, 16 Oct 2010 21:04:41 -0500
Delivery-date: Sat, 16 Oct 2010 19:06:07 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=7t1imes9ietEFIcyK/oCd6+qMcdNa5M0j/CERnZST4g=; b=YINJ0m/2Lvqhmt5l6U2Dz7WWmG6g0bKNKvI0U5PWpuslJAqyw4Aut+RlBmBzNQ1jjv Y3Z/YIZHeYi5wbRDKFLQKHGoA//19kY17dCeuAfZGuXZ9ZJVYp7izTxx3RaMOH9mjrpP U3qWGcRRUeTTABTLyiODY6nIZDfblOn5Wq79c=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=HbXoP9/UHYs0fb2NoSZExPxX1Mw7sCaBjMgviBqherhgwwo1qmzkGb7nyN9rkL67Am DryHYbKM1ojmbKFytNXurtuvsypi2Cvvtku9tPgvdAOfCiZ70z2qSXBOP8wgGjmtclhw KAemER6Cft7o56HWc97CeYu8mWvtuh/6ncIuI=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.24 (X11/20100411)
Hi,

I am trying to install Xen 3.1.3 from the source code. The machine on which I would like to install it doesn't have access to the Internet. So I did a "make world" on a different machine, copied the files to where I actually wanted to install Xen and then re-built and installed it. However, when I boot into the new kernel and try to execute "xm" or "xend", I get the following errors:
$ sudo xm
Traceback (most recent call last):
File "/usr/sbin/xm", line 8, in ?
  from xen.xm import main
File "/usr/lib64/python2.4/site-packages/xen/xm/main.py", line 48, in ?
  import xen.lowlevel.xc
ImportError: /usr/lib64/python2.4/site-packages/xen/lowlevel/xc.so: undefined symbol: xc_get_device_group

$ sudo xend
Traceback (most recent call last):
File "/usr/sbin/xend", line 42, in ?
  from xen.xend.server import SrvDaemon
File "/usr/lib64/python2.4/site-packages/xen/xend/server/SrvDaemon.py", line 17, in ?
  import xen.lowlevel.xc
ImportError: /usr/lib64/python2.4/site-packages/xen/lowlevel/xc.so: undefined symbol: xc_get_device_group

I am not sure why these errors were coming. Anyone has experienced a similar problem? Can someone help me out with this?

Thanks in advance,
Virajith

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>