Bug 206773

Summary: Yelp dependency problem : libgtkembedmoz.so not found.
Product: [Fedora] Fedora Reporter: Han-Wen Nienhuys <hanwen>
Component: yelpAssignee: Matthew Barnes <mbarnes>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: jwulf, papapizza
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-19 12:59:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Han-Wen Nienhuys 2006-09-16 13:55:47 UTC
[hanwen@haring nobackup]$ yelp
yelp: error while loading shared libraries: libgtkembedmoz.so: cannot open
shared object file: No such file or directory

[hanwen@haring nobackup]$ rpm -q yelp
yelp-2.16.0-2.fc6

(also, it seems that libgtkmozembed is duplicated among several mozilla / gecko
apps, but I assume that that is intentional)

Comment 1 Matthew Barnes 2006-09-18 21:04:17 UTC
Thanks for the bug report.

Hmm, yelp-2.16.0-2.fc6 starts up successfully for me.

Can I ask what version of firefox you have installed?

Comment 2 Joshua Wulf 2006-09-19 07:04:15 UTC
I have yelp-2.16.0-2.fc6 and firefox-1.5.0.7-1.fc6 and I get this same issue - I
just noticed it today, so it has happened sometime in the last week.

[jwulf@localhost en-US]$ yelp
yelp: error while loading shared libraries: libgtkembedmoz.so: cannot open
shared object file: No such file or directory

ldd $(which yelp)|grep found
        libgtkembedmoz.so => not found
        libxpcom.so => not found
        libxpcom_core.so => not found

[jwulf@localhost en-US]$ locate libgtkembedmoz.so
/usr/lib/firefox-1.5.0.7/libgtkembedmoz.so

[jwulf@localhost en-US]$ export LD_LIBRARY_PATH=/usr/lib/firefox-1.5.0.7/
[jwulf@localhost en-US]$ yelp

Yelp-ERROR **: Could not initialize gecko!
aborting...

My machine is tracking rawhide daily.

Comment 3 Han-Wen Nienhuys 2006-09-19 12:39:46 UTC
I have the same setup as Joshua. 

Comment 4 Han-Wen Nienhuys 2006-09-19 12:59:49 UTC
thanks! working with yelp-2.16.0-3.fc6 now


Comment 5 Matthew Barnes 2006-09-19 16:02:13 UTC
*** Bug 207041 has been marked as a duplicate of this bug. ***