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)
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