All of lore.kernel.org
 help / color / mirror / Atom feed
* undefined symbol: xc_vmx_build
@ 2005-01-07 23:03 Paul Larson
  2005-01-07 23:13 ` Ian Pratt
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Larson @ 2005-01-07 23:03 UTC (permalink / raw)
  To: xen-devel

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

-- 
Paul Larson <plars@linuxtestproject.org>



-------------------------------------------------------
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: undefined symbol: xc_vmx_build
  2005-01-07 23:03 undefined symbol: xc_vmx_build Paul Larson
@ 2005-01-07 23:13 ` Ian Pratt
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Pratt @ 2005-01-07 23:13 UTC (permalink / raw)
  To: Paul Larson; +Cc: xen-devel, Ian.Pratt


> I'm guessing this is from the recently checked in vmx patches in
> xeno-unstable?

Oops, missed a hunk. Should now be fixed. 

Sorry,
Ian
 
> # 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


-------------------------------------------------------
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: undefined symbol: xc_vmx_build
       [not found] <mailman.1105139060.23769@unix-os.sc.intel.com>
@ 2005-01-07 23:59 ` adsharma
  0 siblings, 0 replies; 3+ messages in thread
From: adsharma @ 2005-01-07 23:59 UTC (permalink / raw)
  To: Paul Larson; +Cc: xen-devel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-01-07 23:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-07 23:03 undefined symbol: xc_vmx_build Paul Larson
2005-01-07 23:13 ` Ian Pratt
     [not found] <mailman.1105139060.23769@unix-os.sc.intel.com>
2005-01-07 23:59 ` adsharma

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.