cargo wasix build error: `GLIBC_2.36' not found #3941
Unanswered
happybeing
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to test WASIX on a Rust project by following the instructions in the announcement and not sure if this is where to ask. If not I'll move my question to wherever is appropriate.
All is well until I try
cargo wasix build
at which point I get an error because the wasixrustc
appears to be built depending on libc 2.36, whereas Ubuntu 22.04 LTS uses libc 2.35:I don't want to install libc 2.36 or upgrade to ubuntu 23 as these are dangerous and unstable things respectively.
Is this intentional, and is there a way around this?
Beta Was this translation helpful? Give feedback.
All reactions