红联Linux门户
Linux帮助

VMware 6 on Linux安装及运行问题解决方法

发布时间:2007-09-04 00:28:28来源:红联作者:derVdsaea
1、上注册一个用户,并下载最新的6 for linux版本。请下载tar.gz格式的。

2、下载完毕后,进入文件所在目录,解压文件。

3、进入vmware-distrib/bin

4、在vmware-config.pl中,找uniprocessor。像下面一样临时把他注释掉。

# if (not (lc($header_smp) eq lc($gSystem{'smp'}))) {
# if ($source eq 'user') {
# print wrap('The kernel defined by this directory of header files is '
# . (($header_smp eq 'yes') ? 'multiprocessor'
# : 'uniprocessor') . ', while '
# . 'your running kernel is '
# . (($gSystem{'smp'} eq 'yes') ? 'multiprocessor'
# : 'uniprocessor') . '.'
# . "\n\n", 0);
# }
# return ;
# }

5、./vmware-install.pl 会出现网络错误,不要急,请使用下面的命令进行修复。

6、cd /tmp
wget http://labs.eshangrao.com/files/vmnet.tar
cd /usr/lib/vmware/modules/source
mv vmnet.tar vmnet.tar.old
cp /tmp/vmnet.tar ./

7、vmware-config.pl

如此,vmware就可以正常的config了,也可以正常的使用。
文章评论

共有 0 条评论