-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Nightlies don't work on RHEL 6.5 #17194
Comments
This is actually the nightlies not working. The snapshots for linux are statically linked to |
Oops, sorry for the confusion. Yes, the nightlies. |
Does RHEL6 support a C++11 compiler? If you install one, then rustc will likely work. |
I don't know. I actually only want to run a rust compiled program on RHEL6, not rust itself. |
In general rust programs themselves run almost wherever, but it'll likely be hindered by a newer libc if you're linking locally against one. |
So, how would i get my rust program working on RHEL6 then? |
I would first try to compile the program and then run it on RHEL6 and see if an error happens, it's likely that it'll just work. |
Unfortunately not: |
In that case you'll need to find a system with an older libc and compile on that system, or possibly find an older libc to compile against on the system where you're compiling |
I'll try to get rust compiled in a Centos 6.5 vagrant image and hope that works, then.. |
So, installing g++ 4.7 on CentOS6.5 let me build rustc and compile the program... Thanks! |
Nominating since we need to be able to support RHEL 6. |
Nightlies are now built on CentOS 5.10 and statically link libstdc++, can you confirm that the binaries work for you now? |
Do i need to wait for the nightlies download?
|
There can be some syncing problems with cloudfare and S3, you'll want to download from the host
|
I can confirm that installing and running the nigthly rustc on CentOS 6.5 does work. Thanks! |
Awesome, thanks for verifying! |
With regards to #9545 :
Rust is not only not working on RHEL5, but looks like it's also not running on RHEL6:
The text was updated successfully, but these errors were encountered: