在运行 vmware-install.pl时出现:
what is the location of the directory of c header files that match your running kernel ?[/usr/src/linux/include]
我试着网上别人写的修改vmware-config-tools.pl:
替换这个文件中的1972和1973两行
$header_page_offset =~ s/^$pattern \(?0x([0-9a-fA-F]{8,}).*$/$1/;
if ($header_page_offset =~ /[0-9a-fA-F]{8,}/) {
为
if ($header_page_offset =~ /^$pattern \(?0x([0-9a-fA-F]{8,})/) {
$header_page_offset = $1;
但是问题并没有解决,请问有人遇到过这个问题么?
xinyuanxue 于 2009-03-29 22:02:03发表:
7# nxlinux
我去试试,谢谢~
nxlinux 于 2009-03-28 23:04:55发表:
sudo apt-get install kenerl-headers
wang7131984 于 2009-03-28 17:53:03发表:
用VIRTUAL BOX,简单而且好使
xinyuanxue 于 2009-03-28 11:09:18发表:
2# jagub
按了回车还是这个。。。。
xinyuanxue 于 2009-03-28 11:08:51发表:
3# 相思爱文
看他的提示是问c header的位置啊!
相思爱文 于 2009-03-27 22:14:51发表:
出现提示时指明内核头文件目录位置,如果没有就称先安装。用apt很简单。
我以前用ubuntu时没出现过这种情况啊。
jagub 于 2009-03-27 21:48:49发表:
我好像是按回车就可以了