LinuxSir.Org  
| 网站首页 | 论坛帮助 |

欢迎来到LinuxSir.Org!
您还未登录,请登录后查看论坛,或者点击论坛上方的注册链接注册新账号。


发表新主题 回复
 
主题工具
旧 06-03-31, 22:40 第 16 帖
benzcomp
 
 
 
注册会员  
  注册日期: Jun 2004
  帖子: 69
  精华: 0
 

引用:
作者: yangqs
刚下了最新的99版的补丁,还是不行……编译时有出错,但能通过,可是编译完成后VMware还是运行不了啊(Player可以运行)。哪个大哥帮帮忙?
把它提示的那个库文件,好像是libgcc.so.1吧,从/usr/lib拷到vmware目录下的lib里就好了
  benzcomp 当前离线   回复时引用此帖
旧 06-03-31, 22:53 第 17 帖
benzcomp
 
 
 
注册会员  
  注册日期: Jun 2004
  帖子: 69
  精华: 0
 

引用:
作者: yangqs
刚下了最新的99版的补丁,还是不行……编译时有出错,但能通过,可是编译完成后VMware还是运行不了啊(Player可以运行)。哪个大哥帮帮忙?
把它提示的那个库文件,好像是libgcc.so.1吧,从/usr/lib拷到vmware目录下的lib里就好了
  benzcomp 当前离线   回复时引用此帖
旧 06-04-09, 20:39 第 18 帖
wwwpdh 美女
 
wwwpdh 的头像
 
 
注册会员  
  注册日期: Apr 2006
  我的住址: 深圳
  帖子: 12
  精华: 0
 

可是,我根本没有办法安装新的vmware-any-any-update99补丁, 运行时会出现下面错位信息。请问如何解决呢?

[root@localhost vmware-any-any-update99]# ./runme.pl
Unable to open the installer database /etc/vmware/locations in read-mode.

Execution aborted.







__________________
在SONY笔记本PCG-Z中使用VMware Workstation v5.5.1.19175汉化版 for FC5
  wwwpdh 当前离线   回复时引用此帖
旧 06-05-05, 23:51 第 19 帖
mpj
 
 
 
注册会员  
  注册日期: May 2004
  帖子: 3
  精华: 0
 

和楼上一样 求解..........
  mpj 当前离线   回复时引用此帖
旧 06-05-16, 16:51 第 20 帖
yichi
 
 
 
注册会员  
  注册日期: Dec 2005
  帖子: 710
  精华: 2
 

代码:
Bug: When you try and configure vmware with Code: /opt/vmware/workstation/bin/vmware-config.pl it asks Code: What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include] but then you get an error complaining Code: The kernel defined by this directory of header files does not have the same address space size as your running kernel. Fix: The hack is to edit the script itself and comment out a return to enable you to by-pass this check. Use your favourite editor (vim!) to edit the script Code: nano -w /opt/vmware/workstation/bin/vmware-config.pl scroll down to line1982 (vmware version 5.5) and comment out (#) the return ''; like so: Code: . "\n" . $pattern . ' __PAGE_OFFSET') . ' | ' . shell_string($gHelper{'gcc'}) . ' ' . shell_string('-I' . $answer) . ' -E - | ' . shell_string($gHelper{'grep'}) . ' ' . shell_string($pattern)); chomp($header_page_offset); $header_page_offset =~ s/^$pattern \(0x([0-9a-fA-F]{8}).*$/$1/; if ($header_page_offset =~ /[0-9a-fA-F]{8}/) { # We found a valid page offset if (not (lc($header_page_offset) eq lc($gSystem{'page_offset'}))) { if ($source eq 'user') { print wrap('The kernel defined by this directory of header files does ' . 'not have the same address space size as your running ' . 'kernel.' . "\n\n", 0); } # return ''; } } Then run the same vmware config script and it should build. If you get another error saying "can't stop vmware" then pass the "-skipstopstart" option like so Code: /opt/vmware/workstation/bin/vmware-config.pl -skipstopstart Once your modules are built, reboot and try to run vmware. Don't forget to add yourself to the vmware group.

如果你在用的 vmware 来装 fc5 的话:

$su -
#which vmware-config-tools.pl
/usr/bin/vmware-config-tools.pl
#vi /usr/bin/vmware-config-tools.pl
修改1982行,在前边加个‘#’,即注释掉该行。
#vmware-config-tools.pl

就好了。
#

此帖于 06-05-16 17:05 被 yichi 编辑.
  yichi 当前离线   回复时引用此帖
发表新主题 回复


主题工具

发帖规则
您 [不可以] 发表新主题
您 [不可以] 回复主题
您 [不可以] 上传附件
您 [不可以] 编辑您的帖子

已 [启用] BB 代码
已 [启用] 表情符号
已 [禁用] IMG 代码
已 [禁用] HTML 代码
[论坛跳转…]


所有时间均为[北京时间]。现在的时间是 16:34


Powered by vBulletin 版本 3.6.8
版权所有 ©2000 - 2012, Jelsoft Enterprises Ltd.
官方中文技术支持: vBulletin 中文
版权所有 ©2002 - 2011, LinuxSir.Org