0

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.

sm-a
  • 3
  • 1
  • 1
  • 3

1 Answers1

0

It seems Oracle Linux 8 (x86_64) BaseOS Latest comes with glibc-2.28 whereas Oracle Linux 9 (x86_64) BaseOS Latest has glibc-2.34. You may need to upgrade your Oracle Linux or build Envoy yourself.

Esa Jokinen
  • 46,944
  • 3
  • 83
  • 129