Aha. I installed xen-devel but didnt try xen-libs. Will try that when I get home today.This must be a recent change? I had Xen working on this same machine with the 2911 version and didnt have this issue.
thanks -prabhakar
On 4/20/07, Chris Lalancette clalance@redhat.com wrote:
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
I do believe that you need to install the xen-libs package, which should also be available via yum. Doing an "rpm -ql xen-libs" on my working machine shows:
[root@lore ~]# rpm -ql xen-libs /usr/lib/libblktap.so.3.0 /usr/lib/libblktap.so.3.0.0 /usr/lib/libxenctrl.so.3.0 /usr/lib/libxenctrl.so.3.0.0 /usr/lib/libxenguest.so.3.0 /usr/lib/libxenguest.so.3.0.0 /usr/lib/libxenstore.so.3.0 /usr/lib/libxenstore.so.3.0.0
Chris Lalancette