vmware上装了debian6系统,在安装vmware-tools的时候提示
warning:this program can not compile any modules for the following reason(s)
this program could not found a valid path to make ,pleaseensure that make binary is installed in the system path
这是因为没有安装make
解决办法:安装make
sudo aptitude install make
阅读(1405) | 评论(0) | 转发(0) |