installing 0.75 on Armbian: version `GLIBC_2.16' not found

edited April 2016 in Bug Reports
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

Comments

  • What version are you using that you need 2.16? The arm versions are compiled on pcs with glibc 2.13

    glibc is a package of your distribution. Ubutnu from 2014 had already 2.19, debian wheezy 2.13, Jessie 2.19
  • Hi Rpetier,

    I  am using:  ARMBIAN Debian GNU/Linux 7 (wheezy) 3.14.60-cubox

    is a wheezy based distribution, I think that it is not possible to install glibc 2.16, Is correct ?

    Tanks a lot,
    Alberto
  • You could alternatively try the armel version. That is compiled with 2.13







    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?

  • Hi Repetier

    ldd--version say on my cubox (from solidrun.com)  I already have 2.13:

    root@cubox-i:~# ldd --version
    ldd (Debian EGLIBC 2.13-38+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.

    Thanks 
    Alberto
  • "What version are you using that you need 2.16? The arm versions are compiled on pcs with glibc 2.13"
    The error messages says that GLIBC_2.16 is required by /usr/local/Repetier-Server/bin/RepetierServer

    # /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!
  • Ok, I can't say why that happens. I have this running on systems with 2.13 exactly as you, just not archlinux but debian.
    HF has






    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?

  • Thanks Repetier

    I will try with el version, for now I have reinstalled 0.70

    Alberto
  • 0.70 works? That is compiled on the same machine with the same settings. Even more strange.
  • edited April 2016
    I have the exakt same problem with my udoo.

    Mfg Tom
  • @Tom The hf version is compiled on debian wheezy from udoo image. What os are you suing on the udoo?
  • I'm using UDOObuntu
    The 0.70 hf version is working fine.
Sign In or Register to comment.