分类: LINUX
2007-09-02 08:48:55
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 cd /usr/lib/vmware/modules/source mv vmnet.tar vmnet.tar.old cp /tmp/vmnet.tar ./ 7、vmware-config.pl
如此,vmware就可以正常的config了,也可以正常的使用。