Hide Forgot
Description of problem: While trying to compile a main.rs example from https://doc.rust-lang.org/book/getting-started.html#writing-and-running-a-rust-program Version-Release number of selected component (if applicable): rust-1.12.1-1.fc24.x86_64 How reproducible: Steps to Reproduce: 1. rustc main.rs 2. 3. Actual results: $ rustc main.rs rustc: error while loading shared libraries: librustc_driver-4e7c5e5c.so: cannot open shared object file: No such file or directory Expected results: We should get the binary main, and no errors. Additional info:
> librustc_driver-4e7c5e5c.so That's very old, from Rust 1.0.0 (which never shipped in Fedora). Do you have an old rustc in your path? Please try with /usr/bin/rustc, and make sure "which rustc" reports the same.
Oops, may be that is the issue. Closing the bug for now. Will reopen if I get this again.