Tôi nhận được lỗi này:
Makefile: 181: *** Lỗi: không thể tìm thấy nguồn của hạt nhân Linux hiện tại của bạn. Chỉ định Kern_DIR = và chạy lại. Dừng lại.
Về cơ bản tôi đang làm:
$ 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)
Và lỗi là:
Makefile: 181: *** Lỗi: không thể tìm thấy nguồn của hạt nhân Linux hiện tại của bạn. Chỉ định Kern_DIR = và chạy lại. Dừng lại
Lỗi này là gì và cách khắc phục?
apt-cache search linux-headers-$(uname -r)
trả về không có gì cho tôi mặc dù tôi đã thực hiện các lệnh trên.