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.7.0-7-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.7.0-7-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.7.0-7-generic kernel? /lib/modules/3.7.0-7-generic/build/include 
... 
Done!


This may helpful to you...

相关文章:

  • 2022-12-23
  • 2021-05-16
  • 2021-08-16
  • 2022-12-23
  • 2021-10-27
  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-28
  • 2019-03-17
  • 2022-12-23
  • 2022-01-14
  • 2021-12-16
相关资源
相似解决方案