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

Try using debian:8 for older glibc #139

Closed
wants to merge 1 commit into from
Closed

Conversation

headius
Copy link
Member

@headius headius commented Feb 16, 2023

Building on debian:10 results in a binary that requires glibc 2.27 which is not available on some LTS server Linuxes like CentOS 7. This commit attempts to make a compatible jffi.so using debian:8, which ships with glibc 2.19. This is not as old as 2.17 but may remove enough dependencies on newer glibc to be sufficient.

See #138

Building on debian:10 results in a binary that requires glibc 2.27
which is not available on some LTS server Linuxes like CentOS 7.
This commit attempts to make a compatible jffi.so using debian:8,
which ships with glibc 2.19. This is not as old as 2.17 but may
remove enough dependencies on newer glibc to be sufficient.

See #138
@headius headius added this to the 1.3.11 milestone Feb 16, 2023
@headius
Copy link
Member Author

headius commented Feb 28, 2023

This did not appear to pull in an older glibc, so back to the drawing board unfortunately. I tested on CentOS 7 and it still tries to find the GLIBC_2.27 symbol, so the debian:8 image must be on a newer glibc than it was originally released with.

@headius headius closed this Feb 28, 2023
@headius headius removed this from the 1.3.11 milestone Feb 28, 2023
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

Successfully merging this pull request may close these issues.

1 participant