You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just updated the nightly toolchain using rustup, and now rustc crashes because it cannot find libz.so.1 on my machine:
$HOME/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustc: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory
Is that intended? It causes some problems on NixOS where libz is not available yet. I've tried it on two NixOS machines and ran into the same issue. The stable toolchain works fine.
The text was updated successfully, but these errors were encountered:
I've just updated the nightly toolchain using rustup, and now
rustc
crashes because it cannot findlibz.so.1
on my machine:Is that intended? It causes some problems on NixOS where
libz
is not available yet. I've tried it on two NixOS machines and ran into the same issue. The stable toolchain works fine.The text was updated successfully, but these errors were encountered: