GLIBC issues on Raspberry Pi #24

Closed
opened 2021-09-22 13:23:03 +00:00 by davidfmatheson · 4 comments

Hello! I downloaded minecraft-pi-reborn-client_2.2.4_armhf.deb and I'm trying to run it on my Raspberry Pi. It gives me the initial selector and lets me set StevePi as the username, but bombs out after that with:

"version 'GLIBC_2.29' not found"

Running "ldd --version" indeed tells me the Pi is running GLIBC 2.28. Am I doing something wrong?

Hello! I downloaded minecraft-pi-reborn-client_2.2.4_armhf.deb and I'm trying to run it on my Raspberry Pi. It gives me the initial selector and lets me set StevePi as the username, but bombs out after that with: "version 'GLIBC_2.29' not found" Running "ldd --version" indeed tells me the Pi is running GLIBC 2.28. Am I doing something wrong?
Author

Full message:

[INFO]: Configuring Game...
[INFO]: Starting Game...
/opt/minecraft-pi-reborn-client/minecraft-pi: /usr/lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by /opt/minecraft-pi-reborn-client/lib/libpng12.so.0)

Full message: [INFO]: Configuring Game... [INFO]: Starting Game... /opt/minecraft-pi-reborn-client/minecraft-pi: /usr/lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by /opt/minecraft-pi-reborn-client/lib/libpng12.so.0)
Author

I would note that I'm using Raspbian from May 7th, 2021. I will try with Ubuntu for Pi in case this is just a matter of the supported OS version.

I would note that I'm using Raspbian from May 7th, 2021. I will try with Ubuntu for Pi in case this is just a matter of the supported OS version.
Contributor
@davidfmatheson Please use https://cdn.discordapp.com/attachments/842186947011149846/890041770170277969/minecraft-pi-reborn-client_2.2.4_armhf.deb instead

This error occurs because you are running code compiled for Debian Bullseye on an older version. Please update your OS, or use a custom build of MCPI-Reborn.

This error occurs because you are running code compiled for Debian Bullseye on an older version. Please update your OS, or use a custom build of MCPI-Reborn.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: minecraft-pi-reborn/minecraft-pi-reborn#24
No description provided.