Post
Topic
Board Mining (Altcoins)
Re: Claymore's ZCash/BTG GPU Miner v12.6 (Windows/Linux)
by
andersh
on 30/01/2018, 15:56:52 UTC
I'm trying to get v12.6 to work on Ubuntu 14.04.1. I have to stay on this version due to my old graphics cards (HD7950).

When I try to run it, I get the following error:
Code:
./zecminer64: relocation error: ./zecminer64: symbol _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_, version GLIBCXX_3.4.21 not defined in file libstdc++.so.6 with link time reference

Through adding ppa:ubuntu-toolchain-r/test, I believe I have a later version available, i.e. GLIBCXX_3.4.24.

Code:
strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep LIBCXX
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBCXX_3.4.19
GLIBCXX_3.4.20
GLIBCXX_3.4.21
GLIBCXX_3.4.22
GLIBCXX_3.4.23
GLIBCXX_3.4.24
GLIBCXX_DEBUG_MESSAGE_LENGTH

[edit]Have found that v12.5 works. But would appreciate any help on getting the latest version working[/edit]