`
shangweiqiang24
  • 浏览: 13164 次
  • 性别: Icon_minigender_1
  • 来自: 长沙
社区版块
存档分类

ubuntu10.10 安装 vmwaretools

阅读更多
这几天在vmware6.5中装了一个ubuntu10.10玩了一下,过程如下:

进入解压后的vmwaretools目录
             $ cd /tmp/vmware-tools-distrib
执行安装命令 $ sudo ./vmware-install.pl

接下来一路输入回车

中间出现了问题:
What is the location of the directory of C header files that match your runningkernel? [/usr/src/linux/include]

按回车后:
The path "/usr/src/linux/include" is not an existing directory.
输入 /usr/src/linux-headers-2.6.35-22-generic/include

按回车后还是报错
说**和当前运行的kernel版本不匹配。

The directory of kernel headers (version @@VMWARE@@ UTS_RELEASE) does not match your running kernel version

2.6.35-22-generic). Even if the module were tocompile successfully, it would not load into the running kernel. 

我们只需要在version.h中添加 "#define UTS_RELEASE "2.6.35-22-generic"
(kernel版本使用 “uname -r“ 查看)

按回车继续,又会有新的错误提示:
The path "/usr/src/linux-headers-2.6.35-22-generic/include" is a kernel headerfile directory, but it does not contain the file "linux/autoconf.h" asexpected. This can happen if the kernel has never been built, or if you have invoked the "make mrproper" command in your kernel directory. In any case, youmay want to rebuild your ke

打开一个新的终端输入:
$ cd /usr/src/linux-headers-2.6.35-22-generic/include    <enter>  进入linux目录的上级目录
$ sudo chmod a+rw linux                                           把linux目录改为可读写


把     /usr/src/linux-headers-2.6.35-22-generic/include/generated/autoconf.h
拷贝到 /usr/src/linux-headers-2.6.35-22-generic/include/linux下


然后就能顺利完成安装了。
分享到:
评论
12 楼 shangweiqiang24 2011-03-21  
ma3310 写道
vmwaretools 源里有的 apt-cache search 一下

安装的时候没有联网所以就只能下载下来装了
11 楼 ma3310 2011-03-20  
vmwaretools 源里有的 apt-cache search 一下
10 楼 shangweiqiang24 2011-02-22  
diggywang 写道
我在ubuntu上用virtualbox,虚拟xp、solaris,从V2一直用到V4,没出过什么问题。各种配置也超级简单。


virtualbox确实挺好用的 而且免费
9 楼 diggywang 2011-02-22  
我在ubuntu上用virtualbox,虚拟xp、solaris,从V2一直用到V4,没出过什么问题。各种配置也超级简单。
8 楼 mathgl 2011-02-21  
shangweiqiang24 写道
diggywang 写道
直接上virtualbox,小巧又稳定


virtualbox之前安装ubuntu10.10好像有点问题,所以我才用vmware,不过最新版virtualbox已经发布,应该没有问题了吧。


我在用 3.2.12装 10.10没啥特别的问题
7 楼 love_ai87 2011-02-21  
fedora下vb个xp
6 楼 shangweiqiang24 2011-02-21  
diggywang 写道
直接上virtualbox,小巧又稳定


virtualbox之前安装ubuntu10.10好像有点问题,所以我才用vmware,不过最新版virtualbox已经发布,应该没有问题了吧。
5 楼 diggywang 2011-02-21  
直接上virtualbox,小巧又稳定
4 楼 mathgl 2011-02-18  
vmware 7 已经修正这个问题
3 楼 steafler 2011-02-17  
这些还需要讨论吗
2 楼 lagtan 2011-01-29  
说的是“vmwaretools”在Ubuntu中的安装吧
1 楼 joe9i0 2011-01-28  
写的什么东东?

相关推荐

Global site tag (gtag.js) - Google Analytics