
1 Jun
2009
1 Jun
'09
8:45 a.m.
Hi, Anybody ever setup cimtest on RHEL5Server ia64 system? I met with make issue. Think the file cimtest/suites/libvirt-cim/images/Makefile should be updated for ia64 system. # cd path_to_cimtest/suites/libvirt-cim/images/ # make if uname -r | grep -q xen; then \ cp /boot/vmlinuz-`uname -r` /tmp/default-xen-kernel; \ fi cp: cannot stat `/boot/vmlinuz-2.6.18-92.1.26.el5xen': No such file or directory make: *** [/tmp/default-xen-kernel] Error 1 Thanks TianYan