sdepold/rsvm

install: WARNING: failed to run ldconfig

Fedcomp opened this issue · 3 comments

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?

yes. ldconfig error can ignore. anyway i will check zsh load problem.

can you shere rsvm use 1.5.0 result?

yes that's what i did next, everything else seems to work well (i compiled empty project with cargo just fine)

ok. i will change to automatic active after install :)