Chinaunix首页 | 论坛 | 博客
  • 博客访问: 266604
  • 博文数量: 11
  • 博客积分: 3331
  • 博客等级: 中校
  • 技术积分: 500
  • 用 户 组: 普通用户
  • 注册时间: 2005-06-15 14:51
文章分类

全部博文(11)

文章存档

2010年(4)

2009年(1)

2008年(6)

分类: LINUX

2008-06-13 08:53:29

运行的时候发生错误提示如下:
Gtk-WARNING **: Failed to load module "libgnomebreakpad.so": libgnomebreakpad.so: cannot open shared object file: No such file or directory

找到正解,特与大家分享如下:
I fixed the libgnomebreakpad.so on my Fedora 8 x86 system when I added
the file "/etc/ld.so.conf.d/gtk-2.0.conf" with the line:

/usr/lib/gtk-2.0/modules

and ran ldconfig.
这个是人家给的回复。
解释如下:
在/etc/ld.so.conf.d/这个目录下,找到gtk-2.0.conf我是没有这个文件,所以自己新建了一个。
然后在里边加上一句,
/usr/lib/gtk-2.0/modules
然后运行
ldconfig
当然你得是root或者sudo
应该是一个库文件的注册问题。
阅读(1871) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~