LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   libgnomebreakpad.so - failed to load (https://www.linuxquestions.org/questions/linux-general-1/libgnomebreakpad-so-failed-to-load-621790/)

sycamorex 02-17-2008 10:02 AM

libgnomebreakpad.so - failed to load
 
Hi,

I am running Debian lenny i386. I am trying to play with pixelize which won't let me save the work complaining that:

Quote:

Gtk-WARNING **: Failed to load module "libgnomebreakpad.so": libgnomebreakpad.so: cannot open shared object file: No such file or directory
stat: No such file or directory
however:

Code:

# find / -name libgnomebreakpad.so
/usr/lib/gtk-2.0/modules/libgnomebreakpad.so

How can I solve this problem?

thanks

jailbait 02-18-2008 07:28 PM

One possibility is that /usr/lib/gtk-2.0/modules/libgnomebreakpad.so is not on the loadable libray list. Have you run ldconfig since you installed /usr/lib/gtk-2.0/modules/libgnomebreakpad.so? If not then log in as root and run this command:

ldconfig

-------------------
Steve Stites

sycamorex 02-19-2008 02:25 AM

thanks, still the same:(

arcadeshopper 03-06-2008 03:18 PM

Quote:

Originally Posted by sycamorex (Post 3062191)
thanks, still the same:(

I just created a link to the file it needed in the epsxe directory ln -s /usr/lib/<subtitute your own path>/libgnomebreakpoint.so .

solved the problem

Greg


All times are GMT -5. The time now is 10:28 AM.