tetratelabs / archive-envoy

Archive of Envoy® release binaries
Apache License 2.0
11 stars 4 forks source link

Centos 7 support #29

Closed adaoud-ims closed 2 years ago

adaoud-ims commented 2 years ago

I tried to run func-e on a centos7 but I got an error with GLIBC_2.18 not found. Is it suppose to work on Centos7 ?

[root@9a6cba8c07ab /]# func-e run --config-yaml "admin: {address: {socket_address: {address: '127.0.0.1', port_value: 9901}}}" looking up the latest Envoy version downloading https://archive.tetratelabs.io/envoy/download/v1.20.0/envoy-v1.20.0-linux-amd64.tar.xz starting: /root/.func-e/versions/1.20.0/bin/envoy --config-yaml admin: {address: {socket_address: {address: '127.0.0.1', port_value: 9901}}} --admin-address-path /root/.func-e/runs/1637099786058359687/admin-address.txt /root/.func-e/versions/1.20.0/bin/envoy: /lib64/libc.so.6: version 'GLIBC_2.18' not found (required by /root/.func-e/versions/1.20.0/bin/envoy) error: envoy exited with status: 1

adaoud-ims commented 2 years ago

I saw that you manage the rpm package also : https://cloudsmith.io/~tetrate/repos/getenvoy-rpm-nightly/packages/

Do you still maintaining those package ? Do you have the spec file ?

codefromthecrypt commented 2 years ago

This is a duplicate of https://github.com/tetratelabs/archive-envoy/issues/17

codefromthecrypt commented 2 years ago

I saw that you manage the rpm package also : https://cloudsmith.io/~tetrate/repos/getenvoy-rpm-nightly/packages/

There is no getenvoy project anymore. While official packages are taking surprisingly long to become available (>5months), that's the route for system packages of envoy. https://github.com/envoyproxy/envoy/issues/16867#issuecomment-897201483

hope these pointers help!

lizan commented 2 years ago

Note upstream system package wont support CentOS 7 anyway.

codefromthecrypt commented 2 years ago

I'll update notes on #17 as this topic continues to come up do in part by envoyproxy team not having any formal support statement or progress on packages.