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

Unable to install on arm64 linux #139

Open
bhavsec opened this issue Dec 29, 2022 · 0 comments
Open

Unable to install on arm64 linux #139

bhavsec opened this issue Dec 29, 2022 · 0 comments

Comments

@bhavsec
Copy link

bhavsec commented Dec 29, 2022

Hello, I am unable to build or run the ruler application on arm64 version of kali linux running on M1 Max Chip.

I am getting the following error:

┌──(root💀kali)-[~/…/src/github.com/sensepost/ruler]
└─# go build
# github.com/sensepost/ruler
./ruler.go:42:7: c.GlobalString undefined (type *cli.Context has no field or method GlobalString)
./ruler.go:46:34: c.GlobalString undefined (type *cli.Context has no field or method GlobalString)
./ruler.go:50:35: c.GlobalString undefined (type *cli.Context has no field or method GlobalString)
./ruler.go:59:33: c.GlobalString undefined (type *cli.Context has no field or method GlobalString)
./ruler.go:69:19: c.GlobalString undefined (type *cli.Context has no field or method GlobalString)
./ruler.go:70:46: c.GlobalString undefined (type *cli.Context has no field or method GlobalString)
./ruler.go:76:20: c.GlobalString undefined (type *cli.Context has no field or method GlobalString)
./ruler.go:77:7: c.GlobalString undefined (type *cli.Context has no field or method GlobalString)
./ruler.go:80:19: c.GlobalString undefined (type *cli.Context has no field or method GlobalString)
./ruler.go:82:7: c.GlobalString undefined (type *cli.Context has no field or method GlobalString)
./ruler.go:82:7: too many errors
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

1 participant