steeve / plugin.video.pulsar

Pulsar addon for XBMC/Kodi
http://forum.kodi.tv/showthread.php?tid=200957
Other
545 stars 352 forks source link

pulsar can't find GLIBCXX_3.4.20 #20

Closed ravishi closed 10 years ago

ravishi commented 10 years ago

Tried to run pulsar 0.2.0, got the following error:

21:01:58 T:140065291953920  NOTICE: [plugin.video.pulsar] /home/xbmc/.xbmc/userdata/addon_data/plugin.video.pulsar/bin/linux_x64/pulsar: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /home/xbmc/.xbmc/userdata/addon_data/plugin.video.pulsar/bin/linux_x64/pulsar)

I'm running:

XBMC (13.2 Git:0f3db05). Platform: x86 Linux 64-bit
Using Release XBMC x64 build, compiled Aug 17 2014 by GCC 4.8.2 for x86 Linux 64-bit 3.13.11
Running on Linux 64-bit (Ubuntu 14.04.1 LTS, 3.13.0-37-generic x86_64)

Any clues? Is that a problem on my end or is it a problem with the executable?

ravishi commented 10 years ago

Ok, solved it by upgrading to g++ 4.9, but I would like to keep the issue opened. Linking against such a recent glib version could cause trouble to a lot of people, couldn't it?

steeve commented 10 years ago

Next version is build using debian wheezy (instead of jessie), so glibc 2.13. I tested it on ubuntu 12.04.

ravishi commented 10 years ago

Nice, man. I'm closing this then. Keep it going, this is awesome!