INTERACT FORUM

More => Old Versions => JRiver Media Center 21 for Linux => Topic started by: noay on January 09, 2016, 06:46:36 am

Title: Urgent help: media center 21.0.34 for linux mint lost
Post by: noay on January 09, 2016, 06:46:36 am
I had media center 21.0.28 for linux mint working very well and I bought the license. An update 21.0.34 arrived and I installed it. Since then no way even to open media center. The Icon is here, when I press it, nothing happens. I desinstall and reinstall with no success. I have no way to go back to version 21.0.28, please Help..
Title: Re: Urgent help: media center 21.0.34 for linux mint lost
Post by: Awesome Donkey on January 09, 2016, 06:52:36 am
Try starting mediacenter21 from a Terminal and post the output here.
Title: Re: Urgent help: media center 21.0.34 for linux mint lost
Post by: noay on January 09, 2016, 07:36:02 am
the answer is: mediacenter21: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib/jriver/Media Center 21/libboost_regex.so.1.59.0)
Title: Re: Re: Urgent help: media center 21.0.34 for linux mint lost
Post by: mattkhan on January 09, 2016, 08:09:42 am
the answer is: mediacenter21: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib/jriver/Media Center 21/libboost_regex.so.1.59.0)
See http://yabb.jriver.com/interact/index.php?topic=99334.msg710967#msg710967
Title: Re: Urgent help: media center 21.0.34 for linux mint lost
Post by: noay on January 09, 2016, 08:13:27 am
I found this solution in the forums and it fixed it. Still something is wrong in the update:

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
Title: Re: Urgent help: media center 21.0.34 for linux mint lost
Post by: noay on January 09, 2016, 02:41:58 pm
many thanks,  :)
Title: Re: Urgent help: media center 21.0.34 for linux mint lost
Post by: RussellS on January 10, 2016, 12:06:55 pm
I found this solution in the forums and it fixed it. Still something is wrong in the update:

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade


Yeah, I have had the same problem but it is working again after the fix.

You have to bear in mind that the Linux version of MediaCenter is developed on Debian Wheezy (32bit) and Debian Jessie (64 bit) and other distributions are not officially supported. Therefore if we are using it in Linux Mint or Ubuntu etc then we have to accept that there may be some workarounds required occasionally.
Title: Re: Urgent help: media center 21.0.34 for linux mint lost
Post by: noay on January 10, 2016, 12:08:39 pm
yes, but nevertheless we paid tu full fees, it does give right
Title: Re: Urgent help: media center 21.0.34 for linux mint lost
Post by: RussellS on January 10, 2016, 12:16:03 pm
Absolutely, it gives you the right that it will work on the supported distributions but that you may have issues on unsupported ones.
Title: Re: Urgent help: media center 21.0.34 for linux mint lost
Post by: Awesome Donkey on January 10, 2016, 12:30:17 pm
The issue doesn't occur on Ubuntu 15.10 (maybe 15.04 too, can't check). Seems Ubuntu 14.04.x LTS and Linux Mint 17.x (which is based off Ubuntu 14.04.x - same applies to any other distros based off 14.04.x) are affected by this due to using older GCC libs.

Until Ubuntu 16.04 LTS and Linux Mint 18, this will likely be a required workaround. I'll be adding this to the Ubuntu/Linux Mint tutorial today along with the skins tutorial.
Title: Re: Urgent help: media center 21.0.34 for linux mint lost
Post by: bob on January 11, 2016, 10:57:49 am
Boost was recompiled recently for changes made in the windows build. It's likely that the linux 64 bit build was using the Wheezy compiled shared library before and Jessie now however I'd think we'd have run into that issue on other libraries as well. It's possible that boost is just loaded early and that's the first one you see.