2015年10月02日 06:48:45 jcxch 閱讀數:3812centos
在 centos7下安裝vmware11.0時候centos7
1.要先安裝 gcc 編譯器,由於安裝VMware的時候 須要編譯一些文件。若是系統未安轉gcc,會有提示安轉gcc,yum install gcc 就好了。spa
2.出現C header files matching your running kernel were not found. Refer to your distribution's documentation for installation instruction。大致意思是 在如今的內核中沒有找到 c header files 之類的 文件……………………,出現這樣的問題,就是沒有安裝對應內核的開發包,那麼須要 yum install kernel-devel 解決,或者 下載對以的rpm包安裝。.net