安裝 CentOS 若選擇最小安裝或基本安裝時
有些套件不會安裝到,導致安裝 VMware tools 時會出現
找不到 gcc 路徑,錯誤訊息如下:
what is the location of the directory of C header files that match your running kernel
遇到這種狀況時
得先另外安裝 gcc, kernel-devel 這兩個套件
才有辦法繼續安裝 VMware Tools
在網路有通的前提之下
可以利用 yum 進行安裝
指令分別為
yum install gcc
yum install kernel-devel
安裝過程照畫面說明操作即可
GCC 和 kernel-devel 安裝完成後
再安裝 VMware Tools 即可
Refer.: wmware提示What is the location of the directory of C header files that match your running kernel?