Al intentar instalar Guest Additions veo:
sh ./VBoxLinuxAdditions.run
The headers for the current running kernel were not found. If the following module compilation fails then this could be the reason. The missing package can be probably installed with yum install kernel-devel-2.6.18-194.el5
Building the main Guest Additions module [FAILED]
Al intentar instalar kernel-devel-2.6.18-194.el5 veo:
yum install kernel-devel-2.6.18-194.el5
Setting up Install Process No package kernel-devel-2.6.18-194.el5 available. Nothing to do
¿Qué se puede hacer con eso?
El sistema operativo host es Windows 7 de 64 bits, el sistema operativo invitado es RedHat 5.5 de 64 bits.
Respuesta1
Intentar kernel-headers-2.6.18-194.el5
.
Me funcionó en Debian
Generalmente yum install kernel-headers
elige la versión correcta por sí solo.