Repetier-Host-x86_64-2.3.1.AppImage crashes on OpenSUSE Leap 15.4

Hello,

When starting Repetier-Host-x86_64-2.3.1.AppImage on OpenSUSE Leap 15.4
 it crashes with:

./Repetier-Host-x86_64-2.3.1.AppImage
LD_LIBRARY_PATH = /tmp/.mount_RepetiMIr8gM/usr/lib:
MONO_PATH = /tmp/.mount_RepetiMIr8gM/usr/lib
./RepetierHost.bin: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by ./RepetierHost.bin)
./RepetierHost.bin: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by ./RepetierHost.bin)

Comments

  • Does OpenSuse use glibc and which version? This file is expected from os and was not found so it prevents the app from running. Best first check if /lib64/libc.so.6 exists at all and then check for version.
  • the latest version of the glibc package in the repository "OpenSUSE Leap 15.4" is glibc-2.31-7.30.x86_64.rpm

  • 2.32 is from 5. August 2020 so any distribution with older versions will not run as it seems. I have put finding a solution on my list for next release. Most likely adding the dependency inside app image since I can not change dependencies of mono myself.
    So for this version I fear you have to use the tar version but I think next release should fix it with bundled libraries. Thought the bundler would add them automatically.
Sign In or Register to comment.