Skip to content

GLIBC Not Found For Release Build #509

@zicklag

Description

@zicklag

I'm getting an error trying to run the release build of Jumpy on my Linux machine:

./jumpy: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./jumpy)
./jumpy: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./jumpy)
./jumpy: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./jumpy)
./jumpy: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by ./jumpy)

I think there was a recent build that wasn't doing this. A couple of thoughts:

  • Maybe it's because a GitHub runner updated the software versions on it, and now it's requiring a newer version of glibc than I have on my machine? I don't update that often 'cause I'm not root on my machine.
  • Maybe it's because I added the mimalloc library as the Rust global allocator?

@orhun I'm wondering if you've ever seen something like this, because you've done more with the CI I than I have.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions