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
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?
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.