If you’re trying to install the VirtualBox guest additions on a fresh CentOS install, you may find that the kernel drivers compilation fails. To work around it, try this as root:
yum install gcc kernel kernel-devel -y
That worked for me.
If you’re trying to install the VirtualBox guest additions on a fresh CentOS install, you may find that the kernel drivers compilation fails. To work around it, try this as root:
yum install gcc kernel kernel-devel -y
That worked for me.