MangoHud: Unable to run on Musl libc, "can't get libdl.so"

I’ve been trying to get MangoHud to run on Musl libc systems to use with FOSS games compiled for this libc, but so far I’ve been unable to do so.

> mangohud --dlsym target/debug/leafish
can't get libdl.so

I’m not sure what this “libdl.so” is, but I’m assuming it’s a glibc thing? MangoHud compiles fine with Musl however, so not sure what’s up.

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 24 (4 by maintainers)

Commits related to this issue

Most upvoted comments

See #693. I had the same issue with mangohud v0.6.5 with glibc, and updating to v0.6.6-1 solved it.

yeah v0.6.6-1 Fix it. https://github.com/flightlessmango/MangoHud/releases/tag/v0.6.6-1