edubkendo / atom-racer

Intelligent code completion for Rust in the Atom Editor. Requires Racer.
MIT License
115 stars 24 forks source link

Error with atom-racer #53

Open dariusc93 opened 8 years ago

dariusc93 commented 8 years ago

I get the following message when using atom-racer on Centos/RHEL 7

racer returned a non-zero exit code: 1 /home/darius/Projects/Software/racer/target/release/racer: /lib64/libc.so.6: version 'GLIBC_2.18' not found (required by /home/darius/Projects/Software/racer/target/release/racer)

I do know EL7 has glibc 2.17 but when using Emacs with racer, I do not get an error when using it as well as via terminal which makes me believe something is going on with atom-racer. I could be wrong but I only get this with atom, and nothing else.