Magic fails globally (glibc requirement)

I updated magic to the latest version 0.7.1, after that, magic doesn’t work anymore. The last command I ran was:

magic self-update

After that, when I try to run magic it fails with:

~/.modular/bin/magic: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by   ~/.modular/bin/magic)
~/.modular/bin/magic: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by ~/.modular/bin/magic)

the file libc.so.6 is there. I tried running the installation again curl -ssL https://magic.modular.com/... | bash but the issue is still there.

Is not related to any environment / project. It’s globally failing

Hi @Samuel, thanks for flagging this issue!

Does running curl -ssL https://magic.modular.com/ | MAGIC_VERSION=0.7.0 bash resolve this for you?

1 Like

Hi @Caroline , thanks! Yes! Going back to 0.7.0 fixed the issue.

Thanks for confirming. We should have a solution for the most current version of Magic shortly.

1 Like

Magic version 0.7.2 is out now and should resolve this issue!