在VirtualBox虚拟机CentOS6.3安装VBoxAdditions时报错:“building the main Guest Additions module Failed”...

 [ How to solve “building the main Guest Additions module Failed” ]

 

How to solve “building the main Guest Additions module Failed”

Question:

I tried to install the VirtualBox Guest Additions module in a VM guest running  CentOS but I get this error message when everything else was okay:

building the main Guest Additions module Failed

Answer:

You lack the make command. Make is a utility that is often used to build programs from source; it runs the compiler on every source file in the right order. You need to install the make package, and possibly others: the C compiler, and the kernel headers (files generated during the compilation of the Linux kernel, that are necessary to compile third-party modules).

I hardly ever use CentOS, but I think the right command is:

yum install gcc make kernel-devel

or (will install more than you need)

yum groupinstall "Development Tools"

You may need to install other packages as well.

You need to run this command as root; depending on whether you use su or sudo:

su -c 'yum install …'
sudo yum install …

 


如何在VirtualBox 4.2.12下安装 CentOS 的 增强包,可以参考:

[ 教你在VirtualBox中的CentOS 6.3下安装VirtualBox增强包(GuestAddition) ]

 

 

posted on 2013-05-26 18:54 bigboo 阅读( ...) 评论( ...) 编辑 收藏

转载于:https://www.cnblogs.com/bigboo/archive/2013/05/26/3100253.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值