|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] undefined symbol: xc_vmx_build
In xen.devel, you wrote:
> I'm guessing this is from the recently checked in vmx patches in
> xeno-unstable?
>
> # xend start
> Traceback (most recent call last):
> File "/usr/sbin/xend", line 33, in ?
> from xen.xend.server import SrvDaemon
> File "/lib/python/xen/xend/server/SrvDaemon.py", line 40, in ?
> import channel
> File "/lib/python/xen/xend/server/channel.py", line 3, in ?
> import xen.lowlevel.xc; xc = xen.lowlevel.xc.new()
> ImportError: /lib/python/xen/lowlevel/xc.so: undefined symbol:
> xc_vmx_build
Cna you make sure that you're using the right version of libxc?
$ nm libxc.so.2.0.0 | grep xc_vmx_build
0000bdf0 T xc_vmx_build
-Arun
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|