After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 520680 - rhythmbox crashes on startup
rhythmbox crashes on startup
Status: RESOLVED DUPLICATE of bug 509701
Product: rhythmbox
Classification: Other
Component: general
0.11.x
Other opensolaris
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-06 06:44 UTC by Brian Cameron
Modified: 2008-03-06 13:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch fixing problem. (403 bytes, patch)
2008-03-06 06:44 UTC, Brian Cameron
none Details | Review

Description Brian Cameron 2008-03-06 06:44:14 UTC
On Solaris, rhythmbox is crashing on startup with the following error:

ld.so.1: rhythmbox: fatal: relocation error: file /usr/lib/librhythmbox-core.so.
0: symbol _SOUP_URI_SCHEME_HTTP: referenced symbol not found
Killed

On Solaris, it is necessary to explicitly list all libraries when linking.  The attached patch fixes the rhythmboxcore library to link with libsoup, which fixes the problem.
Comment 1 Brian Cameron 2008-03-06 06:44:40 UTC
Created attachment 106661 [details] [review]
patch fixing problem.
Comment 2 Jonathan Matthew 2008-03-06 13:38:45 UTC
This was fixed when we added support for libsoup2.4 a while ago: http://svn.gnome.org/viewvc/rhythmbox/trunk/lib/Makefile.am?r1=5265&r2=5574



*** This bug has been marked as a duplicate of 509701 ***