What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include]
在安裝 VMware Tools 的時候,每次都會卡在這個步驟
這時候先另開一個終端機輸入 uname -a 指令,獲得kernel版本
接著修改文件 /usr/src/linux-headers-[kernel版本]/include/linux/version.h
用管理者身份加入一行 #define UTS_RELEASE "版本"
這時候回到卡住的終端機
What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include]
輸入 /usr/src/linux-headers-[kernel版本]/include/
會遇到 but it does not contain the file “linux/autoconf.h” as expected.
解決方式是搜尋 autoconf.h 檔案
找到該檔案路徑後,用管理者身份複製到 /usr/src/{linux-headers-版本}/include/linux/ 資料夾裡
接著回到卡住的終端機
再次輸入 /usr/src/linux-headers-[kernel版本]/include/
完成!!!
沒有留言:
張貼留言