MCPI-Revival / Ninecraft

A mcpe 0.1.0-0.10.5 launcher for linux
MIT License
58 stars 4 forks source link

Requires too new of a libc6 version to be launched on Debian 11 (the latest debian) #1

Closed basedSkeleton closed 2 years ago

basedSkeleton commented 2 years ago
./ninecraft-client: /lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by ./ninecraft-client)
./ninecraft-client: /lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./ninecraft-client)
./ninecraft-client: /lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./ninecraft-client)
./ninecraft-client: /lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./ninecraft-client)

Does it need this new of a libc version? Could it run with glibc 2.31?

MFDGaming commented 2 years ago

well its compiled for Debian bookworm

MFDGaming commented 2 years ago

so yeah you could compile it instead

basedSkeleton commented 2 years ago

so yeah you could compile it instead

Oh, okay, I'll do that instead.