Red Hat 6.5 安装VMware 12
安装系统时安装开发包全部选择
或者 yum install gcc gcc-c++ ncurses ncurses-devel bison libgcrypt perl
# ./VMware-Workstation-Full-12.1.0-3272444.x86_64.bundle
提示报错
Extracting VMware Installer…done.
Gtk-Message: Failed to load module “pk-gtk-module”:
libpk-gtk-module.so: cannot open shared object file: No such file or
directory
Gtk-Message: Failed to load module “canberra-gtk-module”:
libcanberra-gtk-module.so: cannot open shared object file: No such file
or directory
解决上述Gtk的报错,主要是相应的module找不到。
先确定需要的module系统是否安装及其位置。
# locate libpk-gtk-module.so /usr/lib64/gtk-2.0/modules/libpk-gtk-module.so # locate libcanberra-gtk-module.so /usr/lib64/gtk-2.0/modules/libcanberra-gtk-module.so
3添加系统加载modules的路径。
# vim /etc/ld.so.conf.d/gtk-2.0.conf /usr/lib64/gtk-2.0/modules
重新加载。
ldconfig
重新执行安装,然后一路Next就可以了。
./VMware-Workstation-Full-12.1.0-3272444.x86_64.bundle Extracting VMware Installer...done.
付 VMware-Workstation-Full-12.1.0 KEY:VY1DU-2VXDH-08DVQ-PXZQZ-P2KV8
本文出自 “为梦想奋斗” 博客,谢绝转载!
原文:http://hanzheng.blog.51cto.com/3080616/1751152