You are not logged in.
Pages: 1
Hi people...When i try to run a program i get this error message...
Gtk-WARNING **: Failed to load module "libgnomebreakpad.so": libgnomebreakpad.so: cannot open shared object file: No such file or directorySome help?
Offline
[jack@jackslaptop ~]$ locate libgnomebreakpad
/usr/lib/gtk-2.0/modules/libgnomebreakpad.so
[jack@jackslaptop ~]$ pacman -Qo /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
/usr/lib/gtk-2.0/modules/libgnomebreakpad.so is owned by bug-buddy 2.20.1-1So the module is owned by the bug buddy package. Do you have it installed? If so, does the file exist?
Jack
Offline
Yes it's installed and the file is exist!
$ locate libgnomebreakpad
/usr/lib/gtk-2.0/modules/libgnomebreakpad.soWhat's the problem?I can't understand...:/
Last edited by Archerbee (2008-01-23 17:55:52)
Offline
Maybe is there a problem cause i am running Arch64?:rolleyes:
Last edited by Archerbee (2008-01-23 18:32:42)
Offline
You're missing /opt/lib32/usr/lib/gtk-2.0/modules/libgnomebreakpad.so
I "fixed" it by copying the file from a 32-bit installation. Or you can get it from the 32-bit Arch package.
Offline
Man i searched but i couldn't find something...Can you give me a link or something? ![]()
Offline
For Arch packages, see /etc/pacman.d/mirrorlist
Offline
I got to one of the links but what exactly i must download?Sorry man but i'm a newbie... ![]()
Offline
Download the 32-bit bug-buddy Arch package, extract libgnomebreakpad.so out of it, and put it in /opt/lib32/usr/lib/gtk-2.0/modules/
Offline
Did that but same! ![]()
Really sorry man,maybe that's my mistake...
Offline
Check the file permissions and ownership:
-rwxr-xr-x 1 root root 72008 2008-01-19 00:29 libgnomebreakpad.soAlso check what the program is looking for:
strace -e trace=file prognameOffline
Pages: 1