十年網站開發(fā)經驗 + 多家企業(yè)客戶 + 靠譜的建站團隊
量身定制 + 運營維護+專業(yè)推廣+無憂售后,網站問題一站解決
VMVare9.2, Ubuntu14.04安裝VMWare Tools
為荔浦等地區(qū)用戶提供了全套網頁設計制作服務,及荔浦網站建設行業(yè)解決方案。主營業(yè)務為成都網站建設、網站設計、荔浦網站設計,以傳統(tǒng)方式定制建設網站,并提供域名空間備案等一條龍服務,秉承以專業(yè)、用心的態(tài)度為用戶提供真誠的服務。我們深信只要達到每一位用戶的要求,就會得到認可,從而選擇與我們長期合作。這樣,我們也可以走得更遠!
遇到一點問題,提示找不到內核頭文件,于是baidu之,作如下總結。
首先執(zhí)行:
sudo apt-get install build-essential linux-headers-$(uname -r)
sudo cp /lib/modules/3.13.0-24-generic/build/include/generated/uapi/linux/version.h /lib/modules/3.13.0-24-generic/build/include/linux/
然后:
The path "" is not a valid path to the 3.13.0-24-generic kernel headers.
Would you like to change it? [yes]
Enter the path to the kernel header files for the 3.13.0-24-generic kernel? /lib/modules/3.13.0-24-generic/build/include/
The path "/lib/modules/3.13.0-24-generic/build/include/" appears to be a valid
path to the 3.13.0-24-generic kernel headers.
Would you like to change it? [no]