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
Ah, in that case it is probably rust-lang/rust#56736. I suspect it's still finding the libesets_pac.so shared library even if it is not "on". There's some more information in that issue about what's going on.
asamolion
changed the title
I tried installing rust usig rustup but after install rustc isn't working.
I tried installing rust using rustup but after install rustc isn't working.
Feb 22, 2019
I opened the file /etc/ld.so.preload and deleted the line containing libesetspac.so. So now the /etc/ld.so.preload file is empty but my Rust programs are compiling correctly.
timeout reading rustc version
I've installed the rust toolchain using
curl https://sh.rustup.rs -sSf | sh
However after installation I get this message
timeout reading rustc version
and the rustc compiler doesn't work at all. It simple halts in a blank screen while doing nothing.
Steps
rustc --version
Notes
OS: Linux Mint 19.1
Output of
rustup --version
: Not showingOutput of
rustup show
:The text was updated successfully, but these errors were encountered: