Skip to content

GLIBC_2.32 not found #696

Answered by Mzack9999
No-Github asked this question in Q&A
Apr 24, 2023 · 9 comments · 3 replies
Discussion options

You must be logged in to vote

Unfortunately, naabu is tied to the GLIBC_2.34 version installed on the GitHub worker box used to build the release binary. Generally, go is quite tolerant regarding the installed GLIBC version, but with naabu, it's tied to a specific version because of dynamic linking with libpcap.
The best option would be to install naabu on the box via go install:

$ go install -v github.com/projectdiscovery/naabu/v2/cmd/naabu@latest

This requires go + libpcap on the machine.

Replies: 9 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by MetzinAround
Comment options

You must be logged in to vote
3 replies
@Shea-Des
Comment options

@MetzinAround
Comment options

@MetzinAround
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Priority: High After critical issues are fixed, these should be dealt with before any further issues. Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. Investigation Something to Investigate
10 participants
Converted from issue

This discussion was converted from issue #648 on June 01, 2023 13:54.