Ich erhalte diesen Fehler:
Makefile: 181: *** Fehler: Die Quellen Ihres aktuellen Linux-Kernels konnten nicht gefunden werden. Geben Sie KERN_DIR = an und führen Sie Make erneut aus. Halt.
Grundsätzlich mache ich:
$ sudo /etc/init.d/vboxdrv setup
Removing existing VirtualBox non-DKMS kernel modules [ OK ]
Building the VirtualBox Guest Additions kernel modules
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.32-573.18.1.el6.x86_64
Building the main Guest Additions module [FAILED]
(Look at /var/log/vboxadd-install.log to find out what went wrong)
Und der Fehler ist:
Makefile: 181: *** Fehler: Die Quellen Ihres aktuellen Linux-Kernels konnten nicht gefunden werden. Geben Sie KERN_DIR = an und führen Sie Make erneut aus. Halt
Was ist dieser Fehler und wie kann er behoben werden?
apt-cache search linux-headers-$(uname -r)
gibt nichts für mich zurück, obwohl ich die obigen Befehle ausgeführt habe.