Hello I have RHEL4 with kernel 2.6.9 I'm trying to compile kvm-kmod-2.6.30 After make command returns: --------------------- [root@maeko kvm-kmod-2.6.30]# make make -C /lib/modules/2.6.9-67.ELsmp/build M=`pwd` \ LINUXINCLUDE="-I`pwd`/include -Iinclude \ \ -Iarch/x86/include -I`pwd`/include-compat \ -include include/linux/autoconf.h \ -include `pwd`/x86/external-module-compat.h " \ "$@" make[1]: Entering directory `/usr/src/kernels/2.6.9-67.EL-smp-x86_64' Building modules, stage 2. MODPOST make[1]: Leaving directory `/usr/src/kernels/2.6.9-67.EL-smp-x86_64' --------------------- It seems all has gone well. But the kvm.ko is not created. The make install returns: ---------------- [root@maeko kvm-kmod-2.6.30]# make install mkdir -p //lib/modules/2.6.9-67.ELsmp/extra cp x86/*.ko //lib/modules/2.6.9-67.ELsmp/extra cp: no se puede efectuar `stat' sobre Âx86/*.koÂ: No existe el fichero o el directorio make: *** [install] Error 1 ---------------- I tried with kvm-kmod-2.6.31.5 but it returns the same error. With the kvm-kmod-2.6.31.6 the configure command says:"Error: kernel is too old for this kvm-kmod release." Thanks in advance. Regards Antoni Artigues -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html