Windows 7 als Host-Computer und Ubuntu 12.04-Server als Gast (Virtual Box)
Ich habe diesen Fehler bei der Installation von VirtualBox-guest-additions erhalten
The gcc utility was not found.If the following module compilation fails then this could
be the reason & you should try installing it. Building the main guest additions module..fail !!
(Look at /var/log/vboxadd-install.log to find what went wrong)
could not find the X.org or XFree86 Window System, skipping !!
Ich habe die Datei /var/log/vboxadd-install.log gelesen und diese gefunden, was ich wieder nicht verstehen kann
/opt/VBoxGuestAdditions-4.3.20/src/vboxguest-4.3.20/build_in_tmp: 62: /opt/VBox$t/VBox
GuestAdditions-4.3.20/src/vboxguest-4.3.20/build_in_tmp: make: not found
Creating user for the guest additions.`Creating udev rule for the guest additions kernel module.`
Was bedeutet das alles? Bitte helfen Sie mir Jungs. Danke
12.04
server
virtualbox
Gurupal Singh
quelle
quelle
sudo apt-get install gcc make
) installieren . Siehe askubuntu.com/questions/22743/…Antworten:
Sofern Sie nicht wirklich Funktionen benötigen, die nur mit 4.3.20 verfügbar sind, würde ich empfehlen, die Gastzusätze aus den Ubuntu- Repositorys zu verwenden :
Starten Sie Ihre VM neu, um die Änderungen zu übernehmen.
quelle
Sie müssen gcc installieren.
wird Ihnen den Einstieg erleichtern.
quelle