GNOME Bugzilla – Bug 520680
rhythmbox crashes on startup
Last modified: 2008-03-06 13:38:45 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.
Created attachment 106661 [details] [review] patch fixing problem.
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 ***