On Sun, May 30, 2010 at 11:09 AM, Adryan Pop mareshal.2008@gmail.com wrote:
I tried to run it with rpm -ivh but I get this error
jme-kmod-1.0.6.1-1.el5.elrepo.src.rpm: Header V3 DSA signature NOKEY, key ID baadae52
1: jme-kmod warning: user ajb does not exist - using root
and so on until
#########################[100%]
and when I execute rpmbuild /usr/share/SPECS/jme.kmod.spec
it said kernel-devel-i368 is needed by jme.kmod
tried to reinstall kernel-devel-2.6.18 but is already installed
any solution?
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Have you checked to make sure your running kernel matches the kernel-devel and kernel-headers RPMs?
uname -r rpm -qa | grep kernel | sort
Ryan