当前位置: 技术问答>linux和unix
安装虚拟机工具出现的问题 求大神帮忙
来源: 互联网 发布时间:2017-05-23
本文导语: fedora14 虚拟机安装虚拟机工具 安装时出现 the path "" is not a valid path to the 2.6.35.13-92.fc14.i686.PAE kernel headers 手动输入也不行,求大神指教 | 虚拟机安装VMware Tools出现 The path "" is not a valid ...
fedora14 虚拟机安装虚拟机工具
安装时出现
the path "" is not a valid path to the 2.6.35.13-92.fc14.i686.PAE kernel headers
手动输入也不行,求大神指教
安装时出现
the path "" is not a valid path to the 2.6.35.13-92.fc14.i686.PAE kernel headers
手动输入也不行,求大神指教
|
虚拟机安装VMware Tools出现 The path "" is not a valid path to the 3.11.0-18-generic kernel headers.
分类: ubuntu vmware 2014-03-07 23:21 352人阅读 评论(1) 收藏 举报
vmware虚拟机kernelubuntu
可能是version.h没有存在于 3.11.0-18-generic/include/linux 的目录里,解决办法如下:
打开终端,依次输入:
sudo apt-get install build-essential linux-headers-$(uname -r)
sudo -i
cd /lib/modules/3.11.0-18-generic/build/include
cp ./generated/uapi/linux/version.h linux/version.h
然后:
sudo ./vmware-install.pl
......
Enter the path to the kernel header files for the 3.8.0-29-generic kernel?
/lib/modules/3.11.0-18-generic/build/include
......
一直到完成
希望可以帮到你。
http://blog.csdn.net/xiang_pao/article/details/20741575
分类: ubuntu vmware 2014-03-07 23:21 352人阅读 评论(1) 收藏 举报
vmware虚拟机kernelubuntu
可能是version.h没有存在于 3.11.0-18-generic/include/linux 的目录里,解决办法如下:
打开终端,依次输入:
sudo apt-get install build-essential linux-headers-$(uname -r)
sudo -i
cd /lib/modules/3.11.0-18-generic/build/include
cp ./generated/uapi/linux/version.h linux/version.h
然后:
sudo ./vmware-install.pl
......
Enter the path to the kernel header files for the 3.8.0-29-generic kernel?
/lib/modules/3.11.0-18-generic/build/include
......
一直到完成
希望可以帮到你。
http://blog.csdn.net/xiang_pao/article/details/20741575
|
好像路径没指定
|
路径未指定问题。
|
你看下路径下是否有那个文件
|
Are you sure the appropriate kernel-header has been installed?