All,
I am having an issue with running xen on Fedora Core6 - x86_64. Installed the latest versions of kernel-xen, xen and xen-devel packages using yum.Whenxend tries to startup, it is printing this traceback:
Traceback (most recent call last): File "/usr/sbin/xend", line 49, 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: libxenctrl.so.3.0: cannot open shared object file: No such file or directory
That lib is on my ldpath. ldconfig -p | grep -i xen shows:
libxenstore.so.3.0 (libc6) => /usr/lib/libxenstore.so.3.0 libxenstore.so (libc6) => /usr/lib/libxenstore.so libxenguest.so.3.0 (libc6) => /usr/lib/libxenguest.so.3.0 libxenguest.so (libc6) => /usr/lib/libxenguest.so libxenctrl.so.3.0 (libc6) => /usr/lib/libxenctrl.so.3.0 libxenctrl.so (libc6) => /usr/lib/libxenctrl.so
Any one know what's happening here? Any pointers greatly appreciated.
thanks prabhakar