-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error building kafkactl #14
Comments
I tried to install with golang 1.16 which is the oldest supported version my homebrew would install and got this error
I did fix the above issue by renaming the directory that git clone creates as kafkactl to kafka which seems to be hardcoded in the go.mod. |
Apologies, error on my part - Issue should be fixed using master. If either of you still experience build errors let me know, thanks for the heads up |
Awesome! Thanks man! Appreciated!
…--
Simon Germain
On June 30, 2023 at 4:32:39 PM, jbvmio ***@***.***) wrote:
Apologies, error on my part - Issue should be fixed using master. If
either of you still experience build errors let me know, thanks for the
heads up
—
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHDDAPJMIXXX3NZS5C7AMTXN4ZWPANCNFSM6AAAAAAW6SXY7E>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
When I revisited this today, trying the manual install looked like this
so I ran Then I tried
Not exactly sure what this error means. |
Updated go through brew to 1.21 from 1.16. Worked great thanks! |
I followed the instructions provided on the README file of this repository. I installed golang 1.19, from Kali's APT repository. Not quite sure what the next steps are here.
PWD: /home/user/projects/tmp/kafkactl
GOPATH: /home/user/go
❯ go build -o $GOPATH/bin/kafkactl
cli/kafka/adminConfig.go:24:2: github.com/jbvmio/kafka@v1.37.2: replacement directory ../kafka does not exist
cli/cmd/root.go:28:2: github.com/jbvmio/kafka@v1.37.2 (replaced by ../kafka): reading ../kafka/go.mod: open /home/user/projects/tmp/kafka/go.mod: no such file or directory
The text was updated successfully, but these errors were encountered: