#sudo sh ./VBoxLinuxAdditions.run
提示失败
Building the VirtualBox Guest Additions kernel modules [FAILED]
Your system does not seem to be set up to build kernel modules.
Look at /var/log/vboxadd-install.log to find out what went wrong.
Once you have corrected it, you can run /etc/init.d/vboxadd setup to build them.
#gedit /var/log/vboxadd-install.log 内容
Makefile:23: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again.. Stop.
Creating user for the Guest Additions.
Creating udev rule for the Guest Additions kernel module.
安装GCC
#yum install gcc
# yum install gcc kernel-devel kernel-headers
重启。
再次安装VBoxLinuxAdditions,OK。
CentOS5.5中安装VirtualBOX增强工具
2019-10-09 17:58CentOS之家 Centos
CentOS5.5中安装VirtualBOX增强工具,需要的朋友可以参考下。
延伸 · 阅读
- 2022-03-10简单谈谈centos7中配置php
- 2022-03-10centos7下安装java及环境变量配置技巧
- 2022-03-10CentOs下安装gcc/g++/gdb的方法
- 2022-03-09CentOS 7中 Minimal 安装JDK 1.8的教程
- 2022-03-09CentOS环境下安装PHPUnit的方法分析
- 2022-03-09CentOS6.5与CentOS7 ssh修改默认端口号的方法
- Centos
Linux下如何查看某个软件是否安装???软件的安装路径又在哪
这篇文章主要介绍了Linux下如何查看某个软件是否安装???软件的安装路径又在哪???,本文以Redhat系统为例,讲解如何查询软件是否安装,软件的安装位...
- Centos
在CentOS 6.5上如何安装Screen?在CentOS 6.5上安装Screen的方法
Screen是一款由GNU计划开发的用于命令行终端切换的自由软件。那么在CentOS 6.5上如何安装Screen?今天小编就为大家带来在CentOS 6.5上安装Screen的方法!希望对大...
- Centos
CentOS命令大全 包括:系统命令,各种服务器搭建等
在电脑常用操作中,我们经常会用到CentOS常用命令。所以,我们对一些经常使用又很重要的CentOS常用命令进行了全面的整理 ...
- Centos
CentOS如何备份策略?CentOS备份策略的方法
很多朋友不知道CentOS如何备份策略?今天小编将为大家带来CentOS备份策略的方法;希望可以帮助到大家,有需要的朋友一起去看看吧...
- Centos
在CentOS上安装Percona服务器的方法
这篇文章主要介绍了在CentOS上安装Percona服务器的方法,Percona服务器上集成了基于MySQL的强大数据库支持功能,需要的朋友可以参考下 ...
- Centos
CentOS 安装图形化界面方法
这篇文章主要介绍了centos下安装图形化界面的方法,有些时候纯命令界面确实比较累,个人学习可以使用图像界面,服务器强烈不建议用图形界面 ...
- Centos
CentOS中检测IP地址是否冲突?IP地址冲突的解决方法
最近一些朋友会问如何知道自己的linux主机是否与网络中其它的windows主机IP地址冲突?今天小编为大家带来的是在CentOS中检测IP地址是否冲突?IP地址冲突的解...
- Centos
在CentOS上配置Software Collections源的方法
这篇文章主要介绍了在CentOS上配置Software Collections源的方法,SCL软件集能够更方便地管理软件版本,需要的朋友可以参考下...