概述
原地址:http://hi.baidu.com/984280150/item/0670ba98d31f22b383d295b3
我看来不少帖子,很多都不能解决,直到看到这篇!分享下
VMWARE TOOLS安装提示THE PATH IS NOT A VALID PATH TO THE GENERIC KERNEL HEADERS
!I solved this problem, I guess.
Perhaps the version.h does not exists at 3.8.0-29-generic/include/linux directory.
First, make sure install build-essiontial and linux-headers.
$ sudo apt-get install build-essential linux-headers-$(uname -r)
And then,
sudo -i
cd /lib/modules/3.8.0-29-generic/build/include
cp ./generated/uapi/linux/version.h linux/version.h
and then,
$ sudo ./vmware-install.pl
...
Enter the path to the kernel header files for the 3.8.0-29-generic kernel? /lib/modules/3.8.0-29-generic/build/include
...
Done!
This may helpful to you...
最后
以上就是微笑花瓣为你收集整理的VMWARE TOOLS安装提示THE PATH IS NOT A VALID PATH TO THE GENERIC KERNEL HEADERS的全部内容,希望文章能够帮你解决VMWARE TOOLS安装提示THE PATH IS NOT A VALID PATH TO THE GENERIC KERNEL HEADERS所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复