Re: Problem with 2.99.1 installation

Simon Thomson <[email protected]> Mon, 17 Jun 2013 12:22:45 +0100
Newsgroups gmane.comp.gnome.apps.rhythmbox.devel
Message-ID <[email protected]>
Thank you for that.

After making and installing Rhythmbox wouldn't sttrat up so I ran it 
from Terminal and I received the following error:

rhythmbox: error while loading shared libraries: librhythmbox-core.so.7: cannot open shared object file: No such file or directory


I fixed it simply with the following command in Terminal

sudo cp /usr/local/lib/librhythmbox-core.so.7 /usr/lib


Hope this is a help to someone.


All the best,

*Simon Thomson*

11,Ballam Close, Upton, Poole, Dorset. BH16 5QU

+44 (0)7791 597339
+44 (0)1202 621574

On 17/06/13 09:25, Jonathan Matthew wrote:
> On Mon, Jun 17, 2013 at 1:07 AM, Simon Thomson <[email protected]> wrote:
>> Hi,
>>
>> I am trying to install the latest version of Rhythmbox 2.99.1 on Ubuntu
>> 13.04 over the top of version 2.98 and when I try to configure the package
>> downloaded from the GNOME ftp site, I get the following dependency errors:
>>
>> checking for RHYTHMBOX... no
>> configure: error: Package requirements (          gobject-introspection-1.0
>>> = 0.10.0           gtk+-3.0 >= 3.6.0                      x11
>> gdk-pixbuf-2.0 >= 2.18.0              glib-2.0 >= 2.32.0
>> gio-2.0 >= 2.32.0                      gio-unix-2.0 >= 2.32.0
>> libsoup-2.4 >= 2.26.0                  libsoup-gnome-2.4 >= 2.26.0
>> libpeas-1.0 >= 0.7.3                  libpeas-gtk-1.0 >= 0.7.3
>> libxml-2.0 >= 2.7.8                  tdb >= 1.2.6
>>   json-glib-1.0) were not met:
>>
>> No package 'libsoup-gnome-2.4' found
>> No package 'libpeas-1.0' found
>> No package 'libpeas-gtk-1.0' found
>> No package 'tdb' found
>> No package 'json-glib-1.0' found
>>
>> Consider adjusting the PKG_CONFIG_PATH environment variable if you
>> installed software in a non-standard prefix.
>>
>> Alternatively, you may set the environment variables RHYTHMBOX_CFLAGS
>> and RHYTHMBOX_LIBS to avoid the need to call pkg-config.
>> See the pkg-config man page for more details.
>>
>> I understand that this error can be solved by downloading the necessary
>> packages, however all but  sudo apt-get install libsoup2.4-dev failed to
>> locate the required packages.
> The names you get from the configure script are pkg-config names, not
> ubuntu package names (or those of any other distribution). You can
> either figure out what the ubuntu package names are (apt-cache search
> etc.) or just use 'apt-get build-dep rhythmbox' to do the work for
> you.
>