मुझे यह त्रुटि मिल रही है:
Makefile: 181: *** त्रुटि: अपने वर्तमान लिनक्स कर्नेल के स्रोतों को खोजने में असमर्थ। KERN_DIR = निर्दिष्ट करें और फिर से मेक रन करें। रूक जा।
मूल रूप से मैं कर रहा हूँ:
$ 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)
और त्रुटि यह है:
Makefile: 181: *** त्रुटि: अपने वर्तमान लिनक्स कर्नेल के स्रोतों को खोजने में असमर्थ। KERN_DIR = निर्दिष्ट करें और फिर से मेक रन करें। रुकें
यह त्रुटि क्या है और इसे कैसे ठीक किया जाए?
apt-cache search linux-headers-$(uname -r)
मेरे लिए कुछ भी नहीं देता भले ही मैंने उपरोक्त कमांड किया था।