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

Incompatibile GLIBC version on RHEL-7 #8

Closed
ElvishArtisan opened this issue Dec 20, 2023 · 2 comments
Closed

Incompatibile GLIBC version on RHEL-7 #8

ElvishArtisan opened this issue Dec 20, 2023 · 2 comments

Comments

@ElvishArtisan
Copy link

'Terrapin_Scanner_Linux_amd64' throws:

/lib64/libc.so.6: version `GLIBC_2.34` not found (required by ./Terrapin_Scanner_Linux_amd64)

on RHEL-7 (x86_64). Any chance of getting a statically-linked binary?

@TrueSkrillor
Copy link
Contributor

Thanks for the report. I intended the binaries to be statically linked (though I didn't check that). The v1.1.0 binaries and onwards are now built with CGO_ENABLED=0, yielding statically linked binaries.

Fixed in #9.

@ElvishArtisan
Copy link
Author

Thanks! Tested and verified working on RHEL-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

No branches or pull requests

2 participants