The installation stops at:
引用
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
Whatever path I give it here will be in vain, since I don't have any headers actually.
How this problem came to me is after:
$ sudo apt-get dist-upgrade
which made my shared directory set in VMware6 could not be seen in Ubuntu any more and meanwhile got latest kernel surprisingly without any headers which finally stopped me when I was reinstalling the vmware-tools.
So, I need to install the headers for the release of the kernel just installed.
To find this out, type:
$ uname -r
Install them:
$ sudo apt-get install linux-headers-<result from uname -r above>
$ sudo apt-get install build-essential (doesn't work for me however)
Then ererything should be ok now. Go ahead and try to install vmware-tools again.
Refer to: http://www.blogjava.net/jinfeng_wang/archive/2007/05/19/102531.html
分享到:
相关推荐
CentOS-6.10-x86_64-bin-DVD1to2 下载 文件 避免 官网更新找不到
CentOS-6.10-x86_64-minimal.iso
redhat6升级至7或更高版本,需在6.10的基础上进行升级,如原始版本6.5 -->6.10-->7.xx
cx_Freeze-6.10-cp37-cp37m-win_amd64.whl
LdapBrowser LdapBrowser
资源分类:Python库 所属语言:Python 资源全名:pmxutils-0.0.6.10-py3-none-any.whl 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
资源分类:Python库 所属语言:Python 资源全名:cx_Freeze-6.10-cp39-cp39-win_amd64.whl 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
过程挖掘建模工具 process mining model tool
SQL Server Data Access Components (SDAC) is a library of components that provides access to Microsoft SQL Server databases. SDAC connects to SQL Server directly through OLE DB. The SDAC library is ...
python安装包
python安装包
python安装包
python安装包
python安装包
python安装包
第二步 使用pip install XXXXX.whl 命令安装,如果whl路径不在cmd窗口当前目录下,需要带上路径 WHL文件是以Wheel格式保存的Python安装包, Wheel是Python发行版的标准内置包格式。 在本质上是一个压缩包,WHL文件...
python安装包
第二步 使用pip install XXXXX.whl 命令安装,如果whl路径不在cmd窗口当前目录下,需要带上路径 WHL文件是以Wheel格式保存的Python安装包, Wheel是Python发行版的标准内置包格式。 在本质上是一个压缩包,WHL文件...