Skip to content

Instantly share code, notes, and snippets.

@KeizerDev
Last active June 22, 2019 17:08
Show Gist options
  • Save KeizerDev/5ba4b0eca210338a6b80193771173a95 to your computer and use it in GitHub Desktop.
Save KeizerDev/5ba4b0eca210338a6b80193771173a95 to your computer and use it in GitHub Desktop.
A simple install script for the Rhythmbox Chromecast extension
#!/bin/bash
cd ~/.local/share/rhythmbox/plugins/ && git clone https://github.com/KeizerDev/Rhythmbox-Chromecast.git chromecast && cd chromecast/ && pip install -r requirements.txt
@TorokLev
Copy link

Hi,
For some reasons it dies as:

[libprotobuf FATAL google/protobuf/stubs/common.cc:61] This program requires version 3.3.0 of the Protocol Buffer runtime library, but the installed version is 2.6.1.  Please update your library.  If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library.  (Version verification failed in "google/protobuf/descriptor.pb.cc".)
terminate called after throwing an instance of 'google::protobuf::FatalException'
  what():  This program requires version 3.3.0 of the Protocol Buffer runtime library, but the installed version is 2.6.1.  Please update your library.  If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library.  (Version verification failed in "google/protobuf/descriptor.pb.cc".)
Aborted (core dumped)
xxx@yellow:~/.local/share/rhythmbox/plugins/chromecast$ 

Do you have any idea what is going wrong?
I have updated protobuf on my base ubuntu 16.04

Thanks,
Lev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment