pathbrute icon indicating copy to clipboard operation
pathbrute copied to clipboard

clean install missing tools

Open superuser5 opened this issue 6 years ago • 0 comments

Hello, For fresh install on MacOS following "Manual Compilation" guide the following were missing to make it work. xcode-select —install got get github.com/mattn/go-sqlite3

error:

go build pathBrute.go pathBrute.go:29:5: cannot find package "github.com/mattn/go-sqlite3" in any of: /usr/local/Cellar/go/1.12.7/libexec/src/github.com/mattn/go-sqlite3 (from $GOROOT) /Users/user/go/src/github.com/mattn/go-sqlite3 (from $GOPATH)

superuser5 avatar Aug 18 '19 23:08 superuser5