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

Add recommendation to use musl libc target to readme #46

Open
tomaszjonak opened this issue May 11, 2023 · 0 comments
Open

Add recommendation to use musl libc target to readme #46

tomaszjonak opened this issue May 11, 2023 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@tomaszjonak
Copy link
Contributor

Since we depend on a shim c layer differences in GLIBC versions may matter if build and runtime environments are different enough. This may result in errors akin to the following.

./demo_socket_listen: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./demo_socket_listen)
./demo_socket_listen: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./demo_socket_listen)
./demo_socket_listen: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./demo_socket_listen)

If app deployment is containerized it shouldn't matter as the user controls libc version. Still calling this out explicitly wont hurt.

@tomaszjonak tomaszjonak added the documentation Improvements or additions to documentation label May 11, 2023
@tomaszjonak tomaszjonak self-assigned this May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant