惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
S
Securelist
MyScale Blog
MyScale Blog
Jina AI
Jina AI
罗磊的独立博客
The Cloudflare Blog
美团技术团队
博客园 - 叶小钗
阮一峰的网络日志
阮一峰的网络日志
博客园 - 三生石上(FineUI控件)
月光博客
月光博客
雷峰网
雷峰网
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
大猫的无限游戏
大猫的无限游戏
博客园 - Franky
博客园 - 聂微东
Y
Y Combinator Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
MongoDB | Blog
MongoDB | Blog
T
Tailwind CSS Blog
Attack and Defense Labs
Attack and Defense Labs
博客园_首页
Latest news
Latest news
Apple Machine Learning Research
Apple Machine Learning Research
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
The Hacker News
The Hacker News
G
GRAHAM CLULEY
Simon Willison's Weblog
Simon Willison's Weblog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
P
Proofpoint News Feed
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
U
Unit 42
D
Docker
Webroot Blog
Webroot Blog
N
Netflix TechBlog - Medium
T
Tor Project blog
C
Cyber Attacks, Cyber Crime and Cyber Security
L
LINUX DO - 最新话题
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
The Last Watchdog
The Last Watchdog
B
Blog
Recent Announcements
Recent Announcements
GbyAI
GbyAI
Microsoft Azure Blog
Microsoft Azure Blog
Security Latest
Security Latest
V2EX - 技术
V2EX - 技术
N
News | PayPal Newsroom
Microsoft Security Blog
Microsoft Security Blog

博客园 - 天寒

oracle 11gr2 2.04 em 更改 hostname 后无需重建资料库的方法 emca 更改监听端口 can not update ICEAuthority file mint或则ubuntu IIS使用ASP.NET State Service存储Session IIS 静态文件 如doc附件的安全控制 16个出色的开源软件 教程:创建简单的 ETL 包 SQL Server 2005 Beta 2 Transact-SQL 增强功能 深度看点 Linq查询与性能解析 EF v2 and Data Access Architecture Best Practices ASP.NET Dynamic Data Entity Framework Resources [转]PDC:Anders谈C# 4.0:新功能和展望 [转]从C# 2.0新特性到C# 3.5新特性 [转]探寻C# 3.5新特性 Eclipse反编译插件: Jodeclipse与JadClipse iis 6 tuning [转载]OllyDBG 入门系列(一)-认识OllyDBG C# new and override
centos 安装vmware 9.02 报 Failed to load module "pk-gtk-module" "canberra-gtk-module"
天寒 · 2013-08-06 · via 博客园 - 天寒

http://www.linuxidc.com/Linux/2012-01/50944.htm

系统平台:RHEL6.1 X86 32bit

软件版本:VMware-Workstation-Full-8.0.0-471780.i386.bundle

说明:适用于其他平台,其他VMware-Workstation版本。安装完成后要运行虚拟机,需要先输入序列号。

1.首先到官网上下载最新的版本,下载到本地后赋予可执行的权限。

  1. # chmod +x VMware-Workstation-Full-8.0.0-471780.i386.bundle 

2.执行安装。虽然能够弹出图形的安装界面,但有如下的错误信息。

  1. # ./VMware-Workstation-Full-8.0.0-471780.i386.bundle 
  2. Extracting VMware Installer...done. 
  3. Gtk-Message: Failed to load module "pk-gtk-module": libpk-gtk-module.so: cannot open shared object file: No such file or directory 
  4. Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory 

3.解决上述Gtk的报错,主要是相应的module找不到。

3.1. 先确定需要的module系统是否安装及其位置。

  1. # locate libpk-gtk-module.so 
  2. /usr/lib/gtk-2.0/modules/libpk-gtk-module.so 
  3. # locate libcanberra-gtk-module.so 
  4. /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so 

3.2.添加系统加载modules的路径。

  1. # vim /etc/ld.so.conf.d/gtk-2.0.conf 
  2. /usr/lib/gtk-2.0/modules 

3.3.重新加载。

  1. # ldconfig 

重新执行安装,然后一路Next就可以了。

  1. ./VMware-Workstation-Full-8.0.0-471780.i386.bundle 
  2. Extracting VMware Installer...done. 

注意事项:

locate: can not stat () `/var/lib/mlocate/mlocate.db': No such file or directory

如果出现此错误,请执行updatedb