LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 923|回复: 3

[分享]FC6下安装VMware-Server的问题及解决

[复制链接]
发表于 2006-11-9 20:39:28 | 显示全部楼层 |阅读模式
以前在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 中

就是不知道 config.h 是什么内容,这样的touch空的config.h对长久的运行是否有影响....


.
发表于 2006-11-10 18:25:40 | 显示全部楼层
想在fc6里装一个winxp或2000学习一下,学完汇编就不用它
可是不会装虚拟机!
回复 支持 反对

使用道具 举报

发表于 2006-11-10 18:48:55 | 显示全部楼层
感觉VM-server的性能没有VM-WS的性能好。
回复 支持 反对

使用道具 举报

发表于 2006-11-11 03:30:15 | 显示全部楼层

FYI

Below is the content of config.h from linux 2.6.18.1

#ifndef _LINUX_CONFIG_H
#define _LINUX_CONFIG_H
/* This file is no longer in use and kept only for backward compatibility.
* autoconf.h is now included via -imacros on the commandline
*/
#include <linux/autoconf.h>

#endif
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表