当前位置:编程学习 > 网站相关 >>

在安装了xen的ubuntu中运行xm,出现ImportError:libxenstore.so.3.0:cannot open shared 等等

我已经安装了xen-4.1.2以及dom0的内核3.2.29,运行xm出现错误ImportError:libxenstore.so.3.0:cannot open shared object file:No such file or directory 
各位大虾帮帮忙,我是菜鸟一枚,在网上也找不到解决办法。。。55555 --------------------编程问答-------------------- 你用xenstore做共享存储? --------------------编程问答-------------------- 你是在64位系统下编译的xen吧?
libxenstore.so.3.0在/usr/lib64下,系统没找到,你可把它拷贝到/usr/lib下
或者执行下列命令;
echo "xen-evtchn">>/etc/modules;
echo "xen-gntdev">>/etc/modules;
echo "xen-netback">>/etc/modules;
echo "xen-blkback">>/etc/modules;
echo "xenfs">>/etc/modules;
echo "blktap">>/etc/modules;
echo "/lib64">> /etc/ld.so.conf.d/libc.conf;
echo "/usr/lib64">> /etc/ld.so.conf.d/libc.conf;
echo "/usr/lib">> /etc/ld.so.conf.d/libc.conf;
主要是修改/etc/ld.so.conf.d/libc.conf把/lib64,/usr/lib64,/usr/lib加进去
--------------------编程问答-------------------- 请问32为系统下出现    libxenstore.so.3.0 is needed by libvirt-0.8.2-15.e15.i386  怎么解决啊 
补充:云计算 ,  OpenStack
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,