以前在FC5下能够顺利安装,但这次在FC6下却遇到了一些问题。
首先确保安装了对应kernel的kernel-devel,以及xinitd。
安装后在 # vmware-config.pl 的时候遇到
不能找到“include/linux/config.h”的 Error
之后googling一下,说是在kernel 2.6.18+ 之后会去除source中的 config.h。
于是
# cd /usr/scr/kernels/2.6.18-1.2798.fc6-i686/include/linux/
# touch config.h
再次 # vmware-config.pl 成功通过,至此 VMware 已经能成功运行于 FC6 中。

