bulwark-crypto / Bulwark

The primary development repository for the Bulwark project
https://bulwarkcrypto.com/
MIT License
58 stars 57 forks source link

wallet version 2.0.0 error run on debian 8 #115

Closed baliwae closed 6 years ago

baliwae commented 6 years ago

download qt wallet from here: https://github.com/bulwark-crypto/Bulwark/releases/download/2.0.0/bulwark-2.0.0.0-linux64.tar.gz

when run from console: $ ./bulwark-qt ./bulwark-qt ./bulwark-qt: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version CXXABI_1.3.9' not found (required by ./bulwark-qt) ./bulwark-qt: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: versionGLIBCXX_3.4.21' not found (required by ./bulwark-qt)

my system: (latest debian 8 update / upgrade)

$ ls -l /usr/lib/x86_64-linux-gnu/libstdc++.so.6 lrwxrwxrwx 1 root root 19 Feb 1 2018 /usr/lib/x86_64-linux-gnu/libstdc++.so.6 -> libstdc++.so.6.0.20

$ cat /etc/issue Debian GNU/Linux 8 \n \l

$ uname -a Linux debian 3.16.0-7-amd64 #1 SMP Debian 3.16.59-1 (2018-10-03) x86_64 GNU/Linux

baliwae commented 6 years ago

debian 8 still use old libstdc++, not the best solution but can fix this problem is just upgrade debian 8 to 9.

here is tutorial: https://linuxconfig.org/how-to-upgrade-debian-8-jessie-to-debian-9-stretch