Post
Topic
Board Announcements (Altcoins)
Re: 💥SOLARIS XLR💥Masternodes⚡PoW | PoS ⚡Zerocoin ⚡txbit.io exchange in development
by
zYbSeb
on 10/03/2018, 17:08:03 UTC
Hi folks,
Got an issue with running the Rpi wallet from github, regardless if QTwallet or Daemon. when i try to execute it it tells me that my libc6 is required to be at least 2.17

Code:
sudo ./solaris-qt
./solaris-qt: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by ./solaris-qt)
./solaris-qt: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.15' not found (required by ./solaris-qt)

But when I try to update via repository it tells me that my libc is newest version?

Code:
sudo dpkg -l | grep libc6
ii      libc6:armhf      2.13-38+rpi2+deb7u12      armhf      Embedded GNU C Library: Shared libraries
ii      libc6-dev:armhf      2.13-38+rpi2+deb7u12      armhf      Embedded GNU C Library: Development Libraries and Header Files

sudo apt-get install libc6
Reading package lists... Done
Building dependency tree
Reading state information... Done
libc6 is already the newest version.

Anyone? Thanks in advance.