Si siguiendo la documentación oficial, no os funciona:
Building the VirtualBox Guest Additions kernel modules [FAILED]
Your system does not seem to be set up to build kernel modules.
Look at /var/log/vboxadd-install.log to find out what went wrong. Once you have corrected it, you can
run
/etc/init.d/vboxadd setup
to build them.
—
en dicho archivo dice algo como:
Makefile:23: *** Error: unable to find the sources of your current Linux kernel.
Specify KERN_DIR= and run Make again.. Stop
—
echadle un vistazo al blog de Joaquín, yo tras dar unas vueltas por la web, e installarme un montón de paquetes que iba recopilando, seguía teniendo el mismo error que fue subsanado al instalar (como root):
yum install kernel-devel-$(uname -r)
otros links:
http://www.kombitz.com/2009/06/12/fedora-11-and-virutalbox-2-2-guest-additions/
http://digitizor.com/2009/05/26/how-to-install-virtualbox-guest-additions-for-a-linux-guest/