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

detect libc version #21

Open
andykais opened this issue Nov 2, 2022 · 0 comments
Open

detect libc version #21

andykais opened this issue Nov 2, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested

Comments

@andykais
Copy link

andykais commented Nov 2, 2022

Could we add a mechanism to detect the libc version and pick a shared lib accordingly? This is coming from a real use case to support sqlite shared lib binaries for both alpine linux and arch linux. One of which uses musl libc. You can find similar detection code in the official java sqlite library https://github.com/xerial/sqlite-jdbc/blob/3.39.3.0/src/main/java/org/sqlite/util/OSInfo.java#L117

@eliassjogreen eliassjogreen added enhancement New feature or request help wanted Extra attention is needed question Further information is requested labels Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants