installing 0.75 on Armbian: version `GLIBC_2.16' not found
After I update 0.70 version Repetier server don t start:
root@cubox-i:~# /etc/init.d/RepetierServer start
[....] Starting Repetier-Server: rsd/usr/local/Repetier-Server/bin/RepetierServer: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.16' not found (required by /usr/local/Repetier-Server/bin/RepetierServer)
failed!
root@cubox-i:~# uname -a
Linux cubox-i 3.14.60-cubox #1 SMP Wed Feb 10 20:39:13 CET 2016 armv7l GNU/Linux
How can I install GLIBC_2.16 ?
Thanks
Alberto
root@cubox-i:~# /etc/init.d/RepetierServer start
[....] Starting Repetier-Server: rsd/usr/local/Repetier-Server/bin/RepetierServer: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.16' not found (required by /usr/local/Repetier-Server/bin/RepetierServer)
failed!
root@cubox-i:~# uname -a
Linux cubox-i 3.14.60-cubox #1 SMP Wed Feb 10 20:39:13 CET 2016 armv7l GNU/Linux
How can I install GLIBC_2.16 ?
Thanks
Alberto
Comments
pi@pirep ~ $ ldd --version
ldd (Debian EGLIBC 2.13-38+rpi2+deb7u10) 2.13
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
Same also for the armhf version which makes me wonder that it claims 2.16 for you as required library. Both versions are compiled on Raspbian wheezy and UDOO Wheezy version which is default armhf from debian.
What does ldd--version say for your system?
[....] Starting Repetier-Server: rsd/usr/local/Repetier-Server/bin/RepetierServer: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.16' not found (required by /usr/local/Repetier-Server/bin/RepetierServer)
failed!
ldd (Debian EGLIBC 2.13-38+deb7u1) 2.13
so even older and EL version has exactly your version. Have you also tried el version if it behaves the same?