vmware 6.5 7.1 虚拟debian时安装vmware-tools时遇到的问题,解决办法
作者:lorry 日期:2012-01-24
vmware 6.5 7.1 虚拟debian时安装vmware-tools时遇到的问题:总是安装不成功,会询问类似如下的问题:
what is the location of the gcc program on your machine
what is the location of the headers on your machine
原因是vmware-tools安装时候需要编译一些模块,此时如果缺少了必要的编译工具,就无法安装成功,解决办法如下:
使用apt-get命令,安装如下软件:
apt-get install gcc
apt-get install libc6-dev
apt-get install linux-headers-2.6-686
apt-get install make
重启虚拟机,再次安装,此时可以顺利安装完毕,如果你在虚拟机关闭期间打开了share folder,那么也可以看到share folder出现在/mnt/hgfs/share中
what is the location of the gcc program on your machine
what is the location of the headers on your machine
原因是vmware-tools安装时候需要编译一些模块,此时如果缺少了必要的编译工具,就无法安装成功,解决办法如下:
使用apt-get命令,安装如下软件:
apt-get install gcc
apt-get install libc6-dev
apt-get install linux-headers-2.6-686
apt-get install make
重启虚拟机,再次安装,此时可以顺利安装完毕,如果你在虚拟机关闭期间打开了share folder,那么也可以看到share folder出现在/mnt/hgfs/share中
评论: 0 | 引用: 0 | 查看次数: -
发表评论
上一篇
下一篇

文章来自:
Tags: