When I try to execute envoy then I get the following error on Oracle Cloud ARM processor (ARM - Ampere Processor) on Oracle Linux 8:
envoy: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by envoy)
envoy: /lib64/libpthread.so.0: version `GLIBC_2.30' not found (required by envoy)
How can I fix this? I have tried multiple guides (one guide was: https://github.com/jueve/build-glibc) but I can't bring it to work.
It seems Oracle Linux 8 (x86_64) BaseOS Latest comes with
glibc-2.28
whereas Oracle Linux 9 (x86_64) BaseOS Latest hasglibc-2.34
. You may need to upgrade your Oracle Linux or build Envoy yourself.