-
Notifications
You must be signed in to change notification settings - Fork 13.3k
/lib64/ld64.so.2: version GLIBC_2.22 /lib64/libc.so.6: version
GLIBC_2.18'
#47576
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
Comments
Easy to repro
|
This seems like a problem with rustup's build environment for the ppc64le target. Generally, you need to build on a system with the oldest glibc version you want to support. The right place for this issue is probably over at https://github.com/rust-lang-nursery/rustup.rs/issues |
I see. Is there a way to move it to there?
I can install it on a machine with “old” Glibc. Compile it from x86 with
ppc target is failing. Any idea how to over come this?
On Fri, 19 Jan 2018 at 19:24 Steven Fackler ***@***.***> wrote:
This seems like a problem with rustup's build environment for the ppc64le
target. Generally, you need to build on a system with the oldest glibc
version you want to support.
The right place for this issue is probably over at
https://github.com/rust-lang-nursery/rustup.rs/issues
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#47576 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALrs2mpt6Gl7Zy1wYBkLTaIrtEWck6L-ks5tMM-6gaJpZM4Rkh-D>
.
--
Best Regards,
Yoni Shperling
|
You can just close the issue here and make a new one on that project. |
Created in rust-lang/rustup#1339 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I would to check what are the requirements of rust (libc) and if the execution / installing are issue or just is requirement / limitation.
Please advise if there is some workaround as static compile glibc (as possible on x86_64 musl).
On Red-Hat 7.4 glibc 2.17 is used as in x86_64 (Red-Hat 7.3).
[root@powerpc64le tmp]# ldd ./nv
[root@powerpc64le tmp]# ./nv
On x86_64:
[root@x86_64 ~]# ldd --version
On powerpc64le:
[root@powerpc64le ~]# ldd --version
[root@name ~]# curl https://sh.rustup.rs -sSf | sh
Thank you,
Yoni
The text was updated successfully, but these errors were encountered: