crc-org / snc

Single Node Cluster creation scripts for OpenShift 4.x as used by CodeReady Containers
https://crc.dev
Apache License 2.0
103 stars 50 forks source link

oc binary included within 4.16.0-rc4 not working on RHEL 8.10 #910

Closed adrianriobo closed 5 months ago

adrianriobo commented 5 months ago

It seems the oc binary included within bundle 4.16.0-rc4 has been built on a RHEL 9. As so when trying to run it from a RHEL 8.X (8.10 in this case) we are hitting GLIBC versions missmatch

 oc: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by oc) oc: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by oc) oc: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by oc) 
praveenkumar commented 5 months ago

Looks like https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/4.16.0-rc.4/ now have dedicated binary for RHEL-8 and default is switched to RHEL-9

adrianriobo commented 5 months ago

Fixed by #911