Jump to content
UltiMaker Community of 3D Printing Experts

Cura-4.13.1.AppImage: version `GLIBC_2.28' not found (required by cura)


GrimGreeble

Recommended Posts

Posted · Cura-4.13.1.AppImage: version `GLIBC_2.28' not found (required by cura)

Hi,

 

I just tried switching to Cura-4.13.1 (AppImage) on Linux Mint 19.3 Cinnamon.

4.13.0 worked just fine but with 4.13.1 I get the following error message:

 

cura: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by cura)

 

Have the requirements changed from 13.0 to 13.1? (Mint 19.3 uses glibc (2.27), so that is probably causing this.)

   

Thanks and have a great day/night,

Helge

  • Link to post
    Share on other sites

    Posted (edited) · Cura-4.13.1.AppImage: version `GLIBC_2.28' not found (required by cura)
    9 hours ago, GrimGreeble said:

    Have the requirements changed from 13.0 to 13.1?

    No, they should not have.

     

    The 4.13.0 AppImage is still available here:

    https://github.com/Ultimaker/Cura/releases/tag/4.13.0

    You can have them both side by side. If the 4.13.0 AppImage still launches without a problem, then something went wrong when building the 4.13.1 AppImage.

     

    Just to be sure, @nallath, was the Linux build-system changed/updated between 4.13.0 and 4.13.1?

    Edited by ahoeben
  • Link to post
    Share on other sites

    Posted · Cura-4.13.1.AppImage: version `GLIBC_2.28' not found (required by cura)
    3 hours ago, ahoeben said:

    You can have them both side by side. If the 4.13.0 AppImage still launches without a problem, then something went wrong when building the 4.13.1 AppImage.

    Thanks @ahoeben, I'm keeping the old AppImages around, just in case. The previous ones are all working fine. Only the new 4.13.1 seems to be affected. 

  • Link to post
    Share on other sites

    Posted · Cura-4.13.1.AppImage: version `GLIBC_2.28' not found (required by cura)
    4 hours ago, ahoeben said:

    Just to be sure, @nallath, was the Linux build-system changed/updated between 4.13.0 and 4.13.1?

    Not as far as I know.

    I just double checked the appimage and the 14.13.1 it works on my machine. Appimages shouldn't use anything but what is in the image itself...

    • Thanks 1
    Link to post
    Share on other sites

    Posted · Cura-4.13.1.AppImage: version `GLIBC_2.28' not found (required by cura)
    18 minutes ago, nallath said:

    Appimages shouldn't use anything but what is in the image itself...

    That is what I thought. I just tried and downloaded both versions a second time. And as before, I can launch 4.13.0 but 4.13.1 results in the above error message.

     

    I just had a look at https://distrowatch.com/table.php?distribution=mint

    Linux Mint 20.3 uses a newer glibc 2.31, my current Mint 19.3 is using glibc 2.27. Not sure if that matters though, as I thought the AppImage would take care of that. Unfortunately, I can't risk switching to Mint 20.3 right now.

  • Link to post
    Share on other sites

    Posted · Cura-4.13.1.AppImage: version `GLIBC_2.28' not found (required by cura)

    I double checked it, we did switch. We're now building on debian buster. But that is also what your mint version is based on...

    It seems that you're not the only one with problems like this: https://unix.stackexchange.com/questions/653465/how-to-install-glibc-2-28-on-linux-mint-19-3-cinnamon
     

  • Link to post
    Share on other sites

    Posted · Cura-4.13.1.AppImage: version `GLIBC_2.28' not found (required by cura)

    Thanks for taking another look into this. Unfortunately that probably means that there will be not Cura AppImage updates for me until I switch to Mint 20.3 as debian buster is glibc 2.28 while Mint 19.3 uses glibc 2.27.

    The AppImage format doesn't seem to save me from that in the case of core libraries like glibc.

    https://docs.appimage.org/reference/best-practices.html#binaries-compiled-on-old-enough-base-system

     

    Maybe I should have to look into building Cura from source. Actually, I've never checked how hard that would be.

  • Link to post
    Share on other sites

    Posted · Cura-4.13.1.AppImage: version `GLIBC_2.28' not found (required by cura)

    I'm having the same issue on Ubuntu 18.04 LTS which also has glibc 2.27

  • Link to post
    Share on other sites

    Posted · Cura-4.13.1.AppImage: version `GLIBC_2.28' not found (required by cura)

    We started our gradual update to new build servers in light of our next Cura release, since CentOS has reached its end of life on 31st December 2021. We have, thus, shifted and are now building on a Debian Buster docker image.

    I had tested the official 4.13.1 AppImage on an Ubuntu 18.10 installation, which worked fine, so it was assumed that all stable releases that are based on Debian Buster (Linux Mint 19, Ubuntu 18.04, etc) would work fine. However it seems that 18.10 and 18.04 have different libc versions, which complicated things a bit.

    I have now created a new AppImage that should work on these versions that are having the issue. @paddyulti and @GrimGreeble could you please test if it works for you? You can download it from here.
     

    • Like 1
    • Thanks 4
    Link to post
    Share on other sites

    Posted · Cura-4.13.1.AppImage: version `GLIBC_2.28' not found (required by cura)

    Hey! Thanks a lot. I just checked and "Ultimaker_Cura-4.13.1-libc_fix.AppImage" works like a charm on Linux Mint 19.3 Cinnamon (which is based on Ubuntu 18.04). So, I guess I'll be getting around building from source for now - but I'll probably check it out anyways.  Thanks again, great job! 🙂

    • Like 1
    Link to post
    Share on other sites

    Posted · Cura-4.13.1.AppImage: version `GLIBC_2.28' not found (required by cura)

     I have ubuntu 18.04.6 LTS and Cura 4.12.1 has been fine but I haven't tried 4.13 yet.  I'm glad Ultimaker is fixing this before I even tried upgrading.  🙂

     

  • Link to post
    Share on other sites

    Posted · Cura-4.13.1.AppImage: version `GLIBC_2.28' not found (required by cura)

    Appimage fix worked on Cinnamon.

    • Like 1
    Link to post
    Share on other sites

    Posted (edited) · Cura-4.13.1.AppImage: version `GLIBC_2.28' not found (required by cura)

    Unfortunately the fix does not seem to be available for the 5.0 Beta now.  Any chance it could be available to allow me to Test on Linux Mint/Cinnamon.  🙂

    Edited by normanmcgeoch
  • Link to post
    Share on other sites

    Posted (edited) · Cura-4.13.1.AppImage: version `GLIBC_2.28' not found (required by cura)

    Problem seems to still exist on 5.0 (non-beta) version as well, doesn't seem like there's plans to fix/update to work with older. Bummer, I'm stuck on Ubuntu 18.04 for a while unfortunately. 

    Edited by clb
  • Link to post
    Share on other sites

    Posted · Cura-4.13.1.AppImage: version `GLIBC_2.28' not found (required by cura)

    @Vagos Hi, can you apply the same fix for version 5 Linux appimage?

  • Link to post
    Share on other sites

    Posted · Cura-4.13.1.AppImage: version `GLIBC_2.28' not found (required by cura)

    What is the workaround for this on older ubuntu systems?

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.3 stable released
        In this stable release, Cura 5.3 achieves yet another huge leap forward in 3D printing thanks to material interlocking! As well as introducing an expanded recommended print settings menu and lots of print quality improvements. Not to mention, a whole bunch of new printer profiles for non-UltiMaker printers!
          • Thanks
          • Like
        • 24 replies
      • Here it is. The new UltiMaker S7
        The UltiMaker S7 is built on the success of the UltiMaker S5 and its design decisions were heavily based on feedback from customers.
         
         
        So what’s new?
        The obvious change is the S7’s height. It now includes an integrated Air Manager. This filters the exhaust air of every print and also improves build temperature stability. To further enclose the build chamber the S7 only has one magnetically latched door.
         
        The build stack has also been completely redesigned. A PEI-coated flexible steel build plate makes a big difference to productivity. Not only do you not need tools to pop a printed part off. But we also don’t recommend using or adhesion structures for UltiMaker materials (except PC, because...it’s PC). Along with that, 4 pins and 25 magnets make it easy to replace the flex plate perfectly – even with one hand.
         
        The re-engineered print head has an inductive sensor which reduces noise when probing the build plate. This effectively makes it much harder to not achieve a perfect first layer, improving overall print success. We also reversed the front fan direction (fewer plastic hairs, less maintenance), made the print core door magnets stronger, and add a sensor that helps avoid flooding.
         

         
        The UltiMaker S7 also includes quality of life improvements:
        Reliable bed tilt compensation (no more thumbscrews) 2.4 and 5 GHz Wi-Fi A 1080p camera (mounted higher for a better view) Compatibility with 280+ Marketplace materials Compatibility with S5 project files (no reslicing needed) And a whole lot more  
        Curious to see the S7 in action?
        We’re hosting a free tech demo on February 7.
        It will be live and you can ask any questions to our CTO, Miguel Calvo.
        Register here for the Webinar
          • Like
        • 18 replies
      • UltiMaker Cura Alpha 🎄 Tree Support Spotlight 🎄
        Are you a fan of tree support, but dislike the removal process and the amount of filament it uses? Then we would like to invite you to try this special release of UltiMaker Cura. Brought to you by our special community contributor @thomasrahm
         
        We generated a special version of Cura 5.2 called 5.3.0 Alpha + Xmas. The only changes we introduced compared to UltiMaker Cura 5.2.1 are those which are needed for the new supports. So keep in mind, this is not a sneak peek for Cura 5.3 (there are some really cool new features coming up) but a spotlight release highlighting this new version of tree supports.  
          • Like
        • 22 replies
    ×
    ×
    • Create New...