- Code: Select all Expand viewCollapse view
sh VBoxLinuxAdditions-amd64.run x11
Verifying archive integrity... All good.
Uncompressing VirtualBox 2.2.4 Guest Additions for Linux installation..............................................................................
VirtualBox 2.2.4 Guest Additions installation
Please install the build and header files for your current Linux kernel.
The current kernel version is 2.6.18-128.el5
Problems were found which would prevent the Guest Additions from installing.
Please correct these problems and try again.
I followed the forum thread http://forum.virtualbox.org/viewtopic.php?f=3&t=15679&sid=a64d2b284109f056266c684f514c2819 and installed the packages!
- Code: Select all Expand viewCollapse view
sudo yum install binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel
Now i have all the packages reporting as installed, But I still have the same error messages when i try to run the VBoxLinuxAdditions-amd64.run!
How do I make sure that the kernel-headers and/or kernel-source are of the same version as the running kernel.?
Basically I wanted to install the GuestAddition to have the internal Networking support! Do I really need the GA for the communication within the Guest Operating Systems!
My Ubuntu System with GuestAddition have enabled with two adapters, one for NAT and one for Inter networking, when I boot my ubuntu machine it shows me the ip addresses for NAT which is eth0 and virbr0.
But in my CentOS machine which doesnot have the GA installed, shows me only the loopback address 127.0.0.1 and NAT.
Thanks in Advanced!
Banu
