मैं VirtualBox 4.04 में अतिथि परिवर्धन स्थापित करने का प्रयास कर रहा हूं। होस्ट ओएस उबंटू डेस्कटॉप 11.04 64 बिट है, अतिथि ओएस उबंटू सर्वर 11.10 64 बिट है।
$ sudo ./VBoxLinuxAdditions.run
कुछ आउटपुट के बाद यह लाइन छपी है:
The headers for the current running kernel were not found.
लेकिन हेडर कर रहे हैं करने के लिए स्थापित, कम से कम उसके अनुसार dpkg
:
$ dpkg --get-selections | grep linux-headers
linux-headers-3.0.0-12 install
linux-headers-3.0.0-12-server install
linux-headers-server install
चल रहा कर्नेल है:
$ uname -a
Linux foobar 3.0.0-12-server #20-Ubuntu SMP Fri Oct 7 16:36:30 UTC 2011 x86_64 x86_64 X86_64 GNU/Linux
मैं चीजों को कैसे ठीक करूं ताकि अतिथि परिवर्धन इंस्टॉलर कर्नेल हेडर खोजने में सक्षम हो?
अद्यतन: पूर्ण उत्पादन जोड़ा गया।
The headers for the current running kernel were not found. If the module compilation fails then this could be the reason.
Building the main Guest Additions module ...done.
Building the shared folder support module ...fail!
(Look at /var/log/vboxadd-install.log to find out what went wrong)
Installing the Window System drivers ...fails!
(Could not find the X.Org or XFree86 Window System).
मुझे फेल # 2 की परवाह नहीं है, क्योंकि यह एक सर्वर है और मुझे X सर्वर की आवश्यकता नहीं है। लेकिन मुझे साझा फ़ोल्डर समर्थन की आवश्यकता है।
कुछ और विस्तार:
$ tail /val/log/vboxadd-install.log
..........
cc1: some warnings being treated as errors
make[2]: *** [/tmp/vbox.0/vfsmod.o] Error 1
make[1]: *** [_module_/tmp/vbox.0] Error 2
make: *** [vboxsf] Error 2