Konuk Eklemeleri VirtualBox 4.04'te yüklemeye çalışıyorum. Ana Bilgisayar İşletim Sistemi Ubuntu masaüstü 11.04 64bit, konuk işletim sistemi Ubuntu sunucusu 11.10 64bit'tir.
$ sudo ./VBoxLinuxAdditions.run
Bazı çıktılardan sonra bu satır yazdırılır:
The headers for the current running kernel were not found.
Ama başlıkları vardır en azından buna göre, yüklü 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
Çalışan çekirdek:
$ 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
Misafir Eklemeleri yükleyicisinin çekirdek başlıkları bulabilmesi için işleri nasıl düzeltirim?
Güncelleme: tam çıktı eklendi.
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 numaralı başarısızlık umrumda değil, çünkü bu bir sunucu ve X sunucusuna ihtiyacım yok. Ancak paylaşılan klasör desteğine ihtiyacım var.
Bazı detaylar:
$ 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