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

Dynamic library issues #53

Closed
Nuru opened this issue Nov 21, 2023 · 1 comment · Fixed by #54
Closed

Dynamic library issues #53

Nuru opened this issue Nov 21, 2023 · 1 comment · Fixed by #54

Comments

@Nuru
Copy link

Nuru commented Nov 21, 2023

The v0.7.6 release does not work on Apline or Ubutnu (or probably Debian, either) due to dynamic linking issues. This is a known consequence of upgrading from Go 1.19 to 1.20 or later. You need to explicitly set CGO_ENABLED=0 in your build.

See golang/go#58550 for some details.

minamijoyo added a commit that referenced this issue Nov 22, 2023
Fixes #53

Starting from Go 1.20, we need to set CGO_ENABLED=0 explicitly.
@minamijoyo minamijoyo mentioned this issue Nov 22, 2023
@minamijoyo
Copy link
Owner

Hi @Nuru, Thank you for reporting this! Fixed in v0.7.7.

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 a pull request may close this issue.

2 participants