Hi everyone,
I’ve been trying to run StepMania OutFox on my Raspberry Pi 5 running LibreELEC, but I’m encountering an issue with missing OpenGL libraries. Here’s the situation:
Steps I’ve Taken:
- I downloaded and extracted the latest version of StepMania OutFox to /storage/outfox-alpha.
When I try to run it via SSH with:
I get the following error:
Code
./OutFox: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
To troubleshoot:
- I verified that LibreELEC’s base system doesn’t include libGL.so.1.
- Tried running StepMania OutFox in a Docker container with an ARM-compatible image (arm64v8/ubuntu) OutFox still fails to launch.