We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I'd like to run ethod on FreeBSD. When I try to install it in an instance via
go install github.com/wealdtech/ethdo@latest
it installs for a while until it fails with
go: downloading github.com/jmespath/go-jmespath v0.4.0 # github.com/wealdtech/ethdo /root/go/pkg/mod/golang.org/[email protected]/pkg/tool/freebsd_amd64/link: running clang failed: exit status 1 ld: error: unable to find library -lbls384_256 clang: error: linker command failed with exit code 1 (use -v to see invocation)
I assume this is because this specific library is just not available on FreeBSD and therefore I cannot use ethdo on FreeBSD. Is this correct?
Thanks
The text was updated successfully, but these errors were encountered:
It looks that way. At a guess this is missing in the https://github.com/herumi/bls-eth-go-binary repository, although I can't be certain.
Sorry, something went wrong.
No branches or pull requests
Hello,
I'd like to run ethod on FreeBSD. When I try to install it in an instance via
go install github.com/wealdtech/ethdo@latest
it installs for a while until it fails with
I assume this is because this specific library is just not available on FreeBSD and therefore I cannot use ethdo on FreeBSD. Is this correct?
Thanks
The text was updated successfully, but these errors were encountered: