VBoxGuestAdditions Fedora 10
mám takýto problém: mám nainštalovanú fedoru 10.
Po inštalácii spustím tieto príkazy:
# yum isntall make
# yum install kernel-devel
# yum install kernel-headers
# yum install gcc-c++
ďalej som vytvoril adresár a namontoval cd:
mount -t auto /dev/cdrom /mnt/cdrom
odkial som už spustil VBoxLinuxAdditions-x86.run
Po spustení my vypísalo chybovú hlášku:
Please install the build and header files for your current Linux kernel.
The current kernel version is 2.6.27.5-117.fc10.i686
This system does not seem to have support for OpenGL direct rendering.
VirtualBox requires Linux 2.6.27 or later for this. Please see the log file
/var/log/vboxadd-install.log if your guest uses Linux 2.6.27 and you still see this message.
Problems were found which would prevent the Guest Additions from installing.
Pre pridávanie komentárov sa musíte prihlásiť.
A po inštalácii F10 si si spustil update systému ?
Takže spustiť pre update systému po inštalácii toto:
su -c 'yum update'
http://fedoraproject.org/wiki/Virtualization_Quick_Start
Vďaka ;)