c header files matching your running kernel were not found
2011年12月08日 星期四 18:42

vmware 6.5.5 for linux 版本 ,安装完成后执行时报错

"c header files matching your running kernel were not found"

 

Vmware6.5 error

解决方法:

 

Just an FYI Ubuntu 10.10 is not a supported Host OS or Guest OS in VMware Workstation 6.5 or any other VMware product at the present time.

 

If all you need are the kernel headers, then in a Terminal:

 


sudo apt-get install linux-headers-$(uname -r)

However you need to have Development Tools installed too, so if you don't:

 


sudo apt-get install build-essential linux-kernel-headers linux-kernel-devel

相关文章:

  • 2021-10-08
  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2021-11-30
  • 2021-11-21
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
  • 2021-06-24
相关资源
相似解决方案