VmWare Tools 安装提示 “The path "" is not a valid path to the.......”

来源:互联网 发布:老虎机随机数表软件 编辑:程序博客网 时间:2024/05/01 04:47
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/ 'uname -r' /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.7.0-7-generic kernel? /lib/modules/3.7.0-7-generic/build/include
...
Done!


This may helpful to you...