Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ICO] Minexcoin - A new era of payments (ICO closed!)
by
robbieburns
on 21/08/2017, 10:58:48 UTC
yes for sure...

i installed the needed package. but still this error.

sudo apt-file find libstdc++.so.6

then i found this

libstdc++6: /usr/lib/x86_64-linux-gnu/libstdc++.so.6

thats why i installed with

sudo apt-get install libstdc++6

but still the same error.

Quote
~/Linux x64# strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX
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_DEBUG_MESSAGE_LENGTH

The problem is that the mxminer binary is built against a too-recent version of gcc-glibc++.   The vast majority of (installed) linux distributions use older toolchains.   The binary needs to be rebuilt, it is not a dependency problem (unless you want to upgrade your entire linux system which is not a good option).

switching from 14.4 to 16.4 ubuntu solved it.

.... which is not a good solution (unless you don't care about breaking everything else on your server, potentially).