Hello all, I've tried getting Cura latest version (5.2.1) appimage running on Bionic 64. I've downloaded and tried the two available Linux versions from their main site: https://ultimaker.com/software/ultimaker-cura
The two versions are: one labeled for 64 bit linuxes, and the oother for "modern" 64 bit linuxes. Neither works.
Procedure:
I downloaded both versions, chenged the file permissions for both to executable. Tried just clicking on them. Nothing. Then opened a console window in their directory and tried running each. Then from a reference somewhere from Mike Walsh I also tried a --no-sandbox flag. Still no go. All error messages:
Code: Select all
root# ./Ultimaker-Cura-5.2.1-linux.AppImage
[1379] Error loading Python lib '/initrd/mnt/tmpfs/tmp/.mount_UltimadvniMo/libpython3.10.so.1.0': dlopen: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /initrd/mnt/tmpfs/tmp/.mount_UltimadvniMo/libpython3.10.so.1.0)
root# ./Ultimaker-Cura-5.2.1-linux-modern.AppImage
[3824] Error loading Python lib '/initrd/mnt/tmpfs/tmp/.mount_Ultima4yZ2d1/libpython3.10.so.1.0': dlopen: /lib64/libm.so.6: version `GLIBC_2.35' not found (required by /initrd/mnt/tmpfs/tmp/.mount_Ultima4yZ2d1/libpython3.10.so.1.0)
root# ./Ultimaker-Cura-5.2.1-linux-modern.AppImage --no-sandbox
[4897] Error loading Python lib '/initrd/mnt/tmpfs/tmp/.mount_UltimaCtQPP0/libpython3.10.so.1.0': dlopen: /lib64/libm.so.6: version `GLIBC_2.35' not found (required by /initrd/mnt/tmpfs/tmp/.mount_UltimaCtQPP0/libpython3.10.so.1.0)
Bionicpup64 has latest updates, and the computer is the Acer laptop listed in my sig, but in this instance running Bionic, not Fossa.