Minehut / Meta

Report bugs or issues and request features and updates for Minehut
31 stars 21 forks source link

Update GLIBC to 2.35 #1010

Open orvitpng opened 2 years ago

orvitpng commented 2 years ago

Checklist

Affected Platform?

Java, Bedrock

What is the feature you are requesting?

Update GLIBC (located at /usr/lib/x86_64-linux-gnu/libc.so.6 on Minehut) from 2.31 to 2.35. Another thing that would be very good is to create a symbolic link of /usr/lib/x86_64-linux-gnu/libc.so.6 to /usr/lib/libc.so.6 to allow more applications to locate the library.

How is this feature useful for Minehut?

Some plugins depend on GLIBC as they use external libraries (via JNI), and they may have issues locating GLIBC and also have issues with the versioning of it.