50ButtonsEach / fliclib-linux-dist

114 stars 19 forks source link

GLIBC_2.15 / .17 not found #4

Open damylen opened 8 years ago

damylen commented 8 years ago

After installing bluez and using winscp to copy the sdk to my raspberry pi (Linux version 4.1.14-v7+). I get the following error messages:

./daemon: /lib/arm-linux-gnueabihf/libc.so.6: version GLIBC_2.15' not found (required by ./daemon) ./daemon: /lib/arm-linux-gnueabihf/libc.so.6: versionGLIBC_2.17' not found (required by ./daemon)

running 'apt-cache showpkg libc6' tells me I have the following version: 2.13-38+rpi2+deb7u8 - glibc-2.13-1

Any suggestions?

richbeales commented 8 years ago

You'll need a newer version of glibc installed - can you try apt-get update && apt-get upgrade and try again?

damylen commented 8 years ago

Thank you for suggestion. Sadly, it didn't work, still the same version. I'm also a little bit cautious with updating this library. I have some compiled software running, not sure how they will react.

fabianbergmark commented 8 years ago

What distribution are you running? I built this on the latest raspbian. I'm still new to building portable binaries on Linux. Should I use an older gcc version in order to support older systems?

pgrandin commented 8 years ago

@fabianbergmark building against gcc 4.6.3 would be great as it is currently the version shipped by default on raspbian. Meanwhile, https://somewideopenspace.wordpress.com/2014/02/28/gcc-4-8-on-raspberry-pi-wheezy/ worked for me to upgrade to 4.8.4 (but makes the installation a bit longer/more painful).