rustc: error while loading shared libraries: librustc_driver

from blog Jonas Hietala, | ↗ original
I had installed and used rust already but today I fired it up and received: rustc --version rustc: error while loading shared libraries: librustc_driver-7e44814b.so: cannot open shared object file: No such file or directory I’ve seen this before… I thought modifying LD_LIBRARY_PATH in my shell was enough, but no. According to the bug report the...