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.