katana icon indicating copy to clipboard operation
katana copied to clipboard

Installation error on kali OS

Open abhijithpa opened this issue 3 years ago • 3 comments

when installing katana with go install github.com/projectdiscovery/katana/cmd/katana@latest it produces an error

asm: open go/pkg/mod/github.com/modern-go/[email protected]/reflect2_amd64.s: no such file or directory

abhijithpa avatar Dec 05 '22 07:12 abhijithpa

@abhijithpa Can you also include details of your system/OS/arch?

ehsandeep avatar Dec 05 '22 10:12 ehsandeep

Name="Kali GNU/Linux" Version="2022.4" Go version=go version go1.19.3 linux/amd64

abhijithpa avatar Dec 06 '22 08:12 abhijithpa

Even i have the same issue.

0xSebin avatar Dec 06 '22 13:12 0xSebin

I'm unable to reproduce it. I just tried on a fresh install of the latest Kali Linux:

$ sudo apt install golang
$ go env                                                         
...
GOARCH="amd64"
GOVERSION="go1.19.4"
$ go install github.com/projectdiscovery/katana/cmd/katana@latest
go: downloading github.com/projectdiscovery/katana v0.0.2
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/projectdiscovery/goflags v0.1.3
...
$

Could you try to update to go1.19.4?

Mzack9999 avatar Dec 16 '22 10:12 Mzack9999

Actually upgrading to go1.19.4 fixed the issue for me.

abhijithpa avatar Dec 18 '22 12:12 abhijithpa

@abhijithpa Thanks for confirming - I'm closing the issue as complete

Mzack9999 avatar Dec 19 '22 09:12 Mzack9999