-
Notifications
You must be signed in to change notification settings - Fork 13.3k
/lib64/ld64.so.2: version GLIBC_2.22' and /lib64/libc.so.6: version
GLIBC_2.18' not found error on RHEL
#39878
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
GLIBC_2.22' and
GLIBC_2.18' not found errorGLIBC_2.22' and
GLIBC_2.18' not found error on RHEL
GLIBC_2.22' and
GLIBC_2.18' not found error on RHELGLIBC_2.22' and /lib64/libc.so.6: version
GLIBC_2.18' not found error on RHEL
The glibc requirement of the powerpc toolchains was moved backwards, but only pretty recently. The master branch of this repository bootstraps from the beta compiler, which doesn't have that patch unfortunately. All that to say that rust should work from nightly archives (e.g. pulled down through rustup). Rust on the master branch, however, will need to wait a cycle to work to get the current nightlies as a beta. |
Thanks for quick reply! For me rust installed successfully on RHEL7.3 from nightly archive which is available on webpage I would like to know this nightly-build binaries comes from which branch ? |
Oh all the nightly builds come from |
@sandipmgiri FWIW stable rust for ppc64le is now available on epel7-testing: |
Hi @alexcrichton , Are you using IBM Advanced Toolkit, to cross-compile rust from master branch ? If not, then could you please explain which method you are using ? Thanks! |
The cross-compile toolchains are those created in #39382, as linked earlier. I was not aware of the IBM Advanced Toolkit when I made those changes, or I would have considered it, but we should fine with these docker images now anyway. I've tested ppc64 and s390x on RHEL6 and ppc64le on RHEL7. |
Thanks! |
Ok sounds like this is resolved, so closing. |
Hi,
I am trying to build rust package on RHEL7.3(ppc64le) , however I am getting the following error for the command,make:
/root/rust/build/powerpc64le-unknown-linux-gnu/stage0/bin/cargo: /lib64/ld64.so.2: version
GLIBC_2.22' not found (required by /root/rust/build/powerpc64le-unknown-linux-gnu/stage0/bin/cargo) /root/rust/build/powerpc64le-unknown-linux-gnu/stage0/bin/cargo: /lib64/libc.so.6: version
GLIBC_2.18' not found (required by /root/rust/build/powerpc64le-unknown-linux-gnu/stage0/bin/cargo)make: *** [all] Error 1
Any way to solve this issue?
Thanks!
The text was updated successfully, but these errors were encountered: