I had suffered the same problem at ubuntu 16.04. I find the root cause is that these native .so(liblwjgl.so...) libs for lwjgl 3.3.1 in Minecraft launcher needed glibc's version >= 2.26. The version of ubuntu 16.04 glibc is 2.23, it causes the failure at com.mojang.blaze3d.systems.RenderSystem initing lwjgl , so there is only one so file in /tmp (failed at load the first lib -> liblwjgl.so).I upgrade my ubuntu from 16.04 to 18.04(glic's version is 2.27), then I run Minecraft 1.19.2 very well. Do'nt compile gnu's glibc by self.The original gnu libc is not compatible with ubuntu kernel, it will cause system crash.
I had suffered the same problem at ubuntu 16.04. I find the root cause is that these native .so(liblwjgl.so...) libs for lwjgl 3.3.1 in Minecraft launcher needed glibc's version >= 2.26. The version of ubuntu 16.04 glibc is 2.23, it causes the failure at com.mojang.blaze3d.systems.RenderSystem initing lwjgl , so there is only one so file in /tmp (failed at load the first lib -> liblwjgl.so).I upgrade my ubuntu from 16.04 to 18.04(glic's version is 2.27), then I run Minecraft 1.19.2 very well. Do'nt compile gnu's glibc by self.The original gnu libc is not compatible with ubuntu kernel, it will cause system crash.