Blockstream / green_qt

Blockstream Green App
GNU General Public License v3.0
188 stars 31 forks source link

GCC old version #37

Closed bitcoinoplomo closed 4 years ago

bitcoinoplomo commented 4 years ago

I am trying to use Green QT in Slackware 64 14.2 multilib

./Green-x86_64.AppImage: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by ./Green-x86_64.AppImage)
./Green-x86_64.AppImage: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by ./Green-x86_64.AppImage)
./Green-x86_64.AppImage: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by ./Green-x86_64.AppImage)
./Green-x86_64.AppImage: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /tmp/.mount_Green-5RTAkk/usr/bin/../lib/libudev.so.1)

My glibc version is too old to run this software.

$ gcc --version
gcc (GCC) 5.5.0
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ ldd --version
ldd (GNU libc) 2.23
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.

I don't have any problem running bitcoin core, lighthing app, elements, zap wallet and etc... What are my options here? Compile it with my current version?

bitcoinoplomo commented 4 years ago

https://github.com/Blockstream/green_qt/issues/21

Same issue!