Looks like the latest update to Mozilla yesterday breaks something in GnomeSword (the Bible study program). The specific error is:
gnomesword2: error while loading shared libraries: libgtkembedmoz.so: cannot open shared object file: No such file or directory
Don't know if anyone else has seen it yet. I'm looking for a work-around until this gets fixed.
Cheers,
Chris
Christopher A. Williams wrote:
Looks like the latest update to Mozilla yesterday breaks something in GnomeSword (the Bible study program). The specific error is:
gnomesword2: error while loading shared libraries: libgtkembedmoz.so: cannot open shared object file: No such file or directory
Don't know if anyone else has seen it yet. I'm looking for a work-around until this gets fixed.
Cheers,
Chris
I'll see if I can figure it out as well.
Hello list,
I am using FC6 updated via yum.
I tried to install Evolution 2.12.3 and have been failing doing that. It asks for gtk+ >= 2.10.
I tried to upgrade it and have now gtk2-2.10.13, however it still doesn't build evo.
Any idea why ?
Christopher A. Williams wrote:
Looks like the latest update to Mozilla yesterday breaks something in GnomeSword (the Bible study program). The specific error is:
gnomesword2: error while loading shared libraries: libgtkembedmoz.so: cannot open shared object file: No such file or directory
Don't know if anyone else has seen it yet. I'm looking for a work-around until this gets fixed.
Cheers,
Chris
export LD_LIBRARY_PATH=/usr/lib64/firefox-2.0.0.12 gnomesword
worked for me.
On Thu, 2008-02-14 at 09:06 -0800, Michael A. Peters wrote:
Christopher A. Williams wrote:
Looks like the latest update to Mozilla yesterday breaks something in GnomeSword (the Bible study program). The specific error is:
gnomesword2: error while loading shared libraries: libgtkembedmoz.so: cannot open shared object file: No such file or directory
Don't know if anyone else has seen it yet. I'm looking for a work-around until this gets fixed.
Cheers,
Chris
export LD_LIBRARY_PATH=/usr/lib64/firefox-2.0.0.12 gnomesword
worked for me.
Unfortunately, not for me. Commands changed on 32-bit F8 to:
export LD_LIBRARY_PATH=/usr/lib/firefox-2.0.0.12 gnomesword2
On 64-bit F8, I tried: export LD_LIBRARY_PATH=/usr/lib64/firefox-2.0.0.12 gnomesword2
In both cases, this results in GnomeSword starting to load, but it then segfaults.
I'll keep looking. Sounds like the Mozilla update didn't properly update shadred library info...
Cheers,
Chris
Christopher A. Williams wrote:
On Thu, 2008-02-14 at 09:06 -0800, Michael A. Peters wrote:
Christopher A. Williams wrote:
Looks like the latest update to Mozilla yesterday breaks something in GnomeSword (the Bible study program). The specific error is:
gnomesword2: error while loading shared libraries: libgtkembedmoz.so: cannot open shared object file: No such file or directory
Don't know if anyone else has seen it yet. I'm looking for a work-around until this gets fixed.
Cheers,
Chris
export LD_LIBRARY_PATH=/usr/lib64/firefox-2.0.0.12 gnomesword
worked for me.
Unfortunately, not for me. Commands changed on 32-bit F8 to:
It may just need a rebuild. I looked at the spec file - it BuildRequires gecko-devel which is provided by firefox-devel.
I'm shooting the src.rpm through mock now and if it works, I'll file a bugzilla asking for a rebuild.
Michael A. Peters wrote:
It may just need a rebuild. I looked at the spec file - it BuildRequires gecko-devel which is provided by firefox-devel.
I'm shooting the src.rpm through mock now and if it works, I'll file a bugzilla asking for a rebuild.
Yes - it needs a rebuild. The spec file should actually specify the version of gecko-libs it needs, so that (like yelp and devhelp) it gets rebuilt when firefox changes the gecko-libs
I'll file the bugzilla if you haven't already.
Michael A. Peters wrote:
Michael A. Peters wrote:
It may just need a rebuild. I looked at the spec file - it BuildRequires gecko-devel which is provided by firefox-devel.
I'm shooting the src.rpm through mock now and if it works, I'll file a bugzilla asking for a rebuild.
Yes - it needs a rebuild. The spec file should actually specify the version of gecko-libs it needs, so that (like yelp and devhelp) it gets rebuilt when firefox changes the gecko-libs
I'll file the bugzilla if you haven't already.
On Thu, 2008-02-14 at 10:26 -0800, Michael A. Peters wrote:
Michael A. Peters wrote:
Michael A. Peters wrote:
It may just need a rebuild. I looked at the spec file - it BuildRequires gecko-devel which is provided by firefox-devel.
I'm shooting the src.rpm through mock now and if it works, I'll file a bugzilla asking for a rebuild.
Yes - it needs a rebuild. The spec file should actually specify the version of gecko-libs it needs, so that (like yelp and devhelp) it gets rebuilt when firefox changes the gecko-libs
I'll file the bugzilla if you haven't already.
Thanks! I had to step out for a meeting, so you are well ahead of me. :)
Cheers,
Chris