红联Linux门户
Linux帮助

在everest0.4u1中安装vmware,configure通不过解决方法

发布时间:2007-05-23 00:33:54来源:红联作者:Reallyaccord
作者:loverf

在单核cpu上装0.4u1,再编译vmware,到了接下来就出现如下警告:

The kernel defined by this directory of header files is multiprocessor, while your running kernel is uniprocessor

解决方法如下:

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

vmware就可以正常的config了,也可以正常的使用。

下个Update会修复这个问题。

# 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 '';
# }

-------------感谢cjacker老大----------------
文章评论

共有 0 条评论