mc-server-wrapper icon indicating copy to clipboard operation
mc-server-wrapper copied to clipboard

new alpha 6 doesnt run on some linux distros

Open wh0oo opened this issue 2 years ago • 3 comments

The latest alpha 6 doesn't run on some systems, since it was compiled with a new version of Glibc

Rocky Linux is still on GLIBC 2.28 I think Debian is also. CentOS 8 is as well.

I compiled from source, and the binary runs, but there are time issues. I can deal with that, but figured the glibc issue might just be a Mac vs. Linux thing.

wh0oo avatar Jun 07 '22 10:06 wh0oo

Ive probably solved the time issue by installing time :P

wh0oo avatar Jun 07 '22 10:06 wh0oo

installing time didnt fix.

wh0oo avatar Jun 09 '22 05:06 wh0oo

Hi! So it sounds like there are two issues here:

  • Glibc version mismatch
  • Time issues

The workaround for the Glibc issue would definitely be to compile from source (although perhaps I could look into compiling with an older Glibc version on Github Actions). The time issue I'm less sure about, though. Can you share some more details / error logs please? :)

Cldfire avatar Jun 10 '22 21:06 Cldfire