I'm having an issue with Ultimaker Cura
Problem is that i am using the appimage as there are regular updates to the software and i know the packaging guys are busy already
So by downloading the appimage for cura (I need 5.1 or later) i get the following
Code: Select all
$ ./UltiMaker-Cura-5.3.0-linux-modern.AppImage
[8525] Error loading Python lib '/tmp/.mount_UltiMa5Nrz6d/libpython3.10.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /tmp/.mount_UltiMa5Nrz6d/libpython3.10.so.1.0)
Code: Select all
$ sudo apt-get install glibc
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package glibc
Code: Select all
$ ldd --version
ldd (Debian GLIBC 2.31-13+deb11u5) 2.31
Copyright (C) 2020 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.
As for MX Package Installer, latest available is 4.8
I believe sorting the python/glibc issue is the preferred solution, if someone can give my guidance.
I am also not too clued up on compiling source code, also an option if all else fails
Thank you