Skip to content
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

Requirement of glibc 2.18 breaks compatibility with older server distributions #25

Open
qwertfisch opened this issue Jun 20, 2020 · 1 comment

Comments

@qwertfisch
Copy link

Starting filite on a RedHat / CentOS 7 based server, the following error message occurs:

./filite: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by ./filite)

Unfortunately there is no possibility in updating to CentOS 8 for me, as I am planning to use filite on a web server out of my control. I have all user rights, but the provider manages the machines.

It would be nice to have less restrictive requirements to support other distributions. CentOS 8 is not even a year old.

@raftario
Copy link
Owner

That's just due to the version of glibc present on GitHub Actions runners, which gets linked against in automatic builds (which happen to be used for releases). I'll look into forcing the runner to use an older version, but in the meantime building yourself should fix the issue !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants