Guest Additions for Ubuntu 8.10
Guest Additions for Ubuntu 8.10
I set up VirtualBox on my main laptop so I can have access to Ubuntu without resorting to dual-booting while allowing me to program in a Linux environment, and it works great. I decided to set it up on my EeePC since I take that one everywhere and I do a lot of programming on it, so it makes sense that I should have Linux on there too (I have XP on it, since the vast majority of my stuff is Windows only). I decided to set up the new Ubuntu on this machine seeing as it's new, however I can't set up guest additions for this newer Ubuntu (my guess is that it's the new Linux kernel I heard they put in). I run the script file with root priviledges and it says there's an error while building. I thought it might be that I didn't have g++, but I got that package and it still has that error. Any ideas on how to get around this? I really need to be able to use a shared folder, as well as be able to smoothly move my cursor in and out of the virtual machine.
-
Sasquatch
- Volunteer
- Posts: 17798
- Joined: 17. Mar 2008, 13:41
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows XP, Windows 7, Linux
- Location: /dev/random
Install build-essential, that should install the needed tools for the build.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
I believe I already installed the build-essential package on it, however since I have two machines going with this I might have gotten confused. I did the apt-get update and apt-get install build-essential, and it still refuses. Here's the error message, "Unable to build the kernel module. See the log file "/var/log/vboxadd-install.log". In that, I see an error "error: asm/semaphore.h: No such file or directory" near the very end of the log, and I don't see any others except the make errors that ensue from that one file not existing. Perhaps it's looking for asm/semaphore.h but the new kernel doesn't use that anymore?