Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rustc doesn't run on Fedora 22 #26860

Closed
batisteo opened this issue Jul 7, 2015 · 1 comment
Closed

Rustc doesn't run on Fedora 22 #26860

batisteo opened this issue Jul 7, 2015 · 1 comment

Comments

@batisteo
Copy link

batisteo commented Jul 7, 2015

batisteo@w650sz:~$ curl -f -L https://static.rust-lang.org/rustup.sh -O
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 41917  100 41917    0     0  35305      0  0:00:01  0:00:01 --:--:-- 35313
batisteo@w650sz:~$ sh rustup.sh
[…]
Continue? (y/N) y

rustup: gpg available. signatures will be verified
rustup: downloading manifest for 'stable'
rustup: downloading toolchain for 'stable'
######################################################################## 100,0%
gpg: les données signées sont supposées être dans « /home/batisteo/.rustup/dl/88582fca9f8c53945b8f/rust-1.1.0-x86_64-unknown-linux-gnu.tar.gz »
gpg: Signature faite le sam. 20 juin 2015 09:36:00 CEST avec la clef RSA d'identifiant 7B3B09DC
gpg: Bonne signature de « Rust Language (Tag and Release Signing Key) <rust-key@rust-lang.org> » [inconnu]
gpg: Attention : cette clef n'est pas certifiée avec une signature de confiance.
gpg:             Rien n'indique que la signature appartient à son propriétaire.
Empreinte de clef principale : 108F 6620 5EAE B0AA A8DD  5E1C 85AB 96E6 FA1B E5FE
   Empreinte de la sous-clef : C134 66B7 E169 A085 1886  3216 5CB4 A934 7B3B 09DC
rustup: extracting installer
rustup: installing toolchain for 'stable'
[sudo] password for batisteo: 
install: creating uninstall script at /usr/local/lib/rustlib/uninstall.sh

install: installing component 'rustc'
install: installing component 'cargo'
install: installing component 'rust-docs'

    Rust is ready to roll.
batisteo@w650sz:~$ rustc -v
rustc: error while loading shared libraries: librustc_driver-7d23ff90.so: cannot open shared object file: No such file or directory

Might be similar to this comment on issue 21215

@batisteo
Copy link
Author

batisteo commented Jul 8, 2015

Adding export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib in my ~/.bashrc did the trick.

I hope this will be resolved soon in
rust-lang/rust-installer#30

I guess this issue can be close as it doesn't concern Rust itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant