为了学习需要,没办法,本人要安装一个linux的服务器,因为在学校这个破电信只能用他们自己的客户端拨号才能上网,但是这个客户端没有linux下的,所以没办法了,只能在虚拟机里安装,因为之前有用过ubuntu8.10桌面版的经验,所以选择了ubuntu9.04的服务器版作为实验的对象,哈哈。学习吗,就是不断的实验,但是奈何在安装VBox的VboxLinuxAdditions-x86.run的时候他就是死活安装不上,
在输入:sudo sh VboxLinuxAdditions-x86.run回车之后,总是提示

Please install the build and header files for your current Linux kernel
The current kernel version is 2.6.28-11-server
Problems were found which would prevent the Guest Additions from installing.
Please correct these problems and try again.

还有其他一些信息,无奈只能上网找答案,幸好,在一个国外网站上找到了解决方法:方法如下:

打开终端,输入如下命令,然后再试一次
sudo aptitude install build-essential linux-headers-`uname -r` 

一般情况下,问题即可解决。

2 条评论

  • wuzhez 2009/05/03 22:51 回复

    缺少内核头文件和编译环境

  • 一米 2009/05/03 23:15 回复

    wuzhez :

    缺少内核头文件和编译环境

    恩,呵呵,对于外行还是直接给答案比较好。

  • :arrow:
  • :grin:
  • :???:
  • :cool:
  • :cry:
  • :shock:
  • :evil:
  • :!:
  • :idea:
  • :lol:
  • :mad:
  • :mrgreen:
  • :neutral:
  • :?:
  • :razz:
  • :oops:
  • :roll:
  • :sad:
  • :smile:
  • :eek:
  • :twisted:
  • :wink: