Today when i'm trying to reinstall my VPS with kloxo, there is an error during the process. Somewhat like "YUM Gave Error", "missing dependencies", "kernel-headers is needed blablabla..", i'm not exactly remembered it.
Well, that error is generated because I missed
kernel-headers component, here is how to fix it;
wget http://vault.centos.org/5.5/os/i386/CentOS/kernel-headers-2.6.18-194.el5.i386.rpm
then
rpm -ivh kernel-headers-2.6.18-194.el5.i386.rpm
done.
Important to mention, see the wget url, my system uses CentOS 5.5 i386 (32 bit), just browse http://vault.centos.org/ and search kernel-headers component on CentOS version as same as your own.
Of course, you need to start-over installing Kloxo. )
Regards,
~Rengga
Rating:
5