LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   gtk_threads_lock error when starting Firefox under OpenSuSE 10.3 (https://www.linuxquestions.org/questions/linux-software-2/gtk_threads_lock-error-when-starting-firefox-under-opensuse-10-3-a-593379/)

pwabrahams 10-20-2007 09:09 PM

gdk_threads_lock error when starting Firefox under OpenSuSE 10.3
 
I just installed OpenSuSE 10.3 as an upgrade from 10.2. Now, when I attempt to start up Firefox I get a message
Quote:

undefined symbol: gdk_threads_lock
.
A Google search revealed that the same error was reported in LinuxQuestions.org a couple of years ago, but no solution was offered.

I'd guess that I'm missing a package -- but which one?

pwabrahams 10-23-2007 10:54 AM

I found the explanation: the distribution version of Firefox was miscompiled, and gdk_threads_lock probably does not exist in any current library. I replaced the distribution version by the version from the Mozilla website and Firefox now loads and works correctly.

To check this I ran the following on various versions:

strings firefox-bin | grep gdk_thread

The defective version showed gdk_threads_lock but no other version did.


All times are GMT -5. The time now is 01:07 PM.