install: WARNING: failed to run ldconfig
Fedcomp opened this issue · 3 comments
Fedcomp commented
user@linux-pc $ rsvm install 1.5.0 --verbose
Creating the respective folders for rust 1.5.0 ... done
Sources for rust 1.5.0 already downloaded ...
Sources for rust 1.5.0 already extracted ...
install: uninstalling component 'rustc'
install: uninstalling component 'rust-std-x86_64-unknown-linux-gnu'
install: uninstalling component 'rust-docs'
install: uninstalling component 'cargo'
install: creating uninstall script at /home/user/.rsvm/1.5.0/dist/lib/rustlib/uninstall.sh
install: installing component 'rustc'
install: installing component 'rust-std-x86_64-unknown-linux-gnu'
install: installing component 'rust-docs'
install: installing component 'cargo'
install: WARNING: failed to run ldconfig. this may happen when not installing as root. run with --verbose to see the error
Rust is ready to roll.
And we are done. Have fun using rust 1.5.0.
user@linux-pc $ rustc
rustc: command not found
It doesnt looks like verbose adds verbosity. Is it important error or i can ignore it?
d3m3vilurr commented
yes. ldconfig error can ignore. anyway i will check zsh load problem.
can you shere rsvm use 1.5.0
result?
Fedcomp commented
yes that's what i did next, everything else seems to work well (i compiled empty project with cargo just fine)
d3m3vilurr commented
ok. i will change to automatic active after install :)