|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Problems with XEN 3.0.4 and Python
Velten Spägele wrote:
> Hi,
>
> today i have hg clone XEN 3.0.4 and compile it with
>
> make world and make install
>
> it has been successfully installed
>
> update-rc.d xend defaults 20 21
> update-rc.d xendomains defaults 21 20
>
> after making a initrd with mkinitrd.yaird and updating grub it was
> booting successfull
>
> but now:
>
> DEBIAN:~# xm
> Traceback (most recent call last):
> File "/usr/sbin/xm", line 8, in ?
> from xen.xm import main
> File "//usr/lib/python/xen/xm/main.py", line 51, in ?
> from xen.util import security
> File "//usr/lib/python/xen/util/security.py", line 25, in ?
> from xen.lowlevel import acm
> ImportError: libxenctrl.so.3.0: cannot handle TLS data
> DEBIAN:~#
>
> Python is installed:
>
> Python 2.3.5 with python
> Python 2.4.1 with python2.4
>
> do i need python2.5 ?
>
> or where is the error ?
>
> Greets ( M.f.G ;) )
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
Google.
--
Christopher G. Stach II
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|