-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Centos 7 support #29
Comments
I saw that you manage the rpm package also : Do you still maintaining those package ? Do you have the spec file ? |
This is a duplicate of #17 |
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. envoyproxy/envoy#16867 (comment) hope these pointers help! |
Note upstream system package wont support CentOS 7 anyway. |
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. |
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
The text was updated successfully, but these errors were encountered: