用vmware workstation8安装fedora记录
今天用vmware workstation8 装了一下fedora,过程有很多问题需要注意,现在把主要的东西记录下来,方便以后查看。
装这个糸统基本就是next就可以了,没什么可说的,一般不会有什么问题的。主要是在安装vmware tools时花费了不少时间。
安装vmware tools的具体步骤,这个博客上写的很详细
http://www.cnblogs.com/kingkoo/archive/2007/12/28/1018613.html
基本步骤按着上面说的做就可以了,不过,出现了两个新问题
一个问题就是找不到gcc的问题,
Searching for GCC...The path "" is not valid path to the gcc binary.Would you like to change it? [yes] yesWhat is the location of the gcc program on your machine?
rpm -ql gcc
yum -y install gcc就会自动的下载安装。安装完成后
Searching for a valid kernel header path...The path "" is not a valid path to the 3.1.0-7.fc16.i686 kernel headers.Would you like to change it? [yes] yes Enter the path to the kernel header files for the 3.1.0-7.fc16.i686 kernel?
uname -r
yum -y install wget
rpm -ivh kernel-devel-3.1.0-7.fc16.i686.rpm安装。