Hi there. I'm a BH partner developing Java plugins, and I'm testing them on my Dedicated Hosting server for people to try out my plugin on. My Java plugin loads native libraries from VLC Media Player, and it's saying that some library requirements aren't being met. Specifically I think the glibc provided in the servers are older than the one needed
[15:08:50 ERROR]: [MCAV Sandbox] Error initializing plugin 'mcav-sandbox-1.0.0-v1.21.5-all.jar' in folder 'plugins/.paper-remapped' (Is it up to date?)
java.lang.UnsatisfiedLinkError: /home/container/.mcav/cache/vlc-junest/.junest/usr/lib/libvlccore.so.9.0.1: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /home/container/.mcav/cache/vlc-junest/.junest/usr/lib/libvlccore.so.9.0.1)
Does anyone have any insight in what the current glibc version is provided in the Linux servers? 2.38 was released around 2 years, and I'm not sure if the servers have updated yet.