Replies: 2 comments
-
|
This is a known issue with Solution - Disable CGO: $env:CGO_ENABLED="0"
go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latestOr in CMD: set CGO_ENABLED=0
go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latestWhy this works: Alternative - Use pre-built binary: The pre-built Windows binaries don't have this issue. Note: This is similar to the Go 1.26rc2 issue (#6787) - both stem from bytedance/sonic's CGO requirements on Windows. |
Beta Was this translation helpful? Give feedback.
-
|
This is a known issue with Solution - Disable CGO: $env:CGO_ENABLED="0"
go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latestOr in CMD: set CGO_ENABLED=0
go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latestWhy this works: Alternative - Use pre-built binary: The pre-built Windows binaries don't have this issue. Note: This is similar to the Go 1.26rc2 issue (#6787) - both stem from bytedance/sonic's CGO requirements on Windows. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions