VirtualBox 3.2.12 + openSUSE 11.2 + VBoxLinuxAdditions

1) Maybe you need to install all these required packages

> zypper install gcc gcc-c++ make kernel-source [linux-kernel-headers]

 

2) This is what I've seen after installing the packages.

> rpm -qa | grep kernel
kernel-default-devel-2.6.31.14-0.4.1.i586
kernel-default-2.6.31.5-0.1.1.i586
kernel-source-2.6.31.14-0.4.1.noarch
linux-kernel-headers-2.6.31-3.4.noarch

 

3) You have to set this env var so that 'VBoxLinuxAdditions-x86.run' can find all the required files.

> export KERN_DIR=/usr/src/linux-2.6.31.14-0.4-obj/i386/default

 

4) Mount VBOXADDITIONS iso file. VirtualBox menu 'Devices' -> 'Install Guest Additions...'

 

5) Run 'VBoxLinuxAdditions-x86.run' as root.

> cd /media/VBOXADDITIONS_3.

> ./VBoxLinuxAdditions-x86.run

 

If you failed to compile VBoxLinuxAdditions, please refer to the log file '/var/log/vboxadd-install.log' to check what really happened.

原文链接: https://www.cnblogs.com/zhtwe/archive/2010/12/19/2159003.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍

    VirtualBox 3.2.12 + openSUSE 11.2 + VBoxLinuxAdditions

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/18982

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年2月7日 下午7:55
下一篇 2023年2月7日 下午7:56

相关推荐