|
今天下载VMware-Workstation-6.5.3-185404.x86_64.bundle后按照wiki上方法进行安装;但是装到62%配置vmware player时就不动了,无任何提示。
在arch官方论坛上找到一贴,照做后安装成功
http://bbs.archlinux.org/viewtopic.php?pid=632701
The instant it hits 62% in the --console --custom install do:
1. mv /etc/vmware/database /etc/vmware/database_old
The install will skip it's otherwise permanent hang by doing just that.
Move it back after the installation finishes
2. mv /etc/vmware/database_old /etc/vmware/database
Post install do:
3. vmware-modconfig --console --install-all |
|