Open joakin opened 8 months ago
I got this advice, to avoid compression when installing:
opam switch create 5.1.1 ocaml-variants.5.1.1+options ocaml-option-no-compression
Potential workaround.
@joakin , did you have the time to try to reinstall zstd
?
I just tried, and I get the same error.
The error seems to mention glibc@2.34, but I have → ldd --version # ldd (GNU libc) 2.35
. I'm not sure if that is exactly the issue, from what I see brew's opam does depend on glibc.
Hi! I'm coming back to OCaml after a few years and tried to install 5.1.1, and I hit this issue.
I'm on ubuntu using linuxbrew/homebrew, which I used to install opam.
Using opam then to create a switch for 5.1.1 breaks, and I think it is related to this issue https://github.com/ocaml/ocaml/issues/12562.
I've switched back to 4.X which installs without issues as I reacquaint myself with the language.