-
Notifications
You must be signed in to change notification settings - Fork 15
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
Current yubihsm-connector fails to build #5
Comments
For what it is worth, this works with homebrew:
|
I see. But commercial product shouldn't depend on customers installing a particular package manager. Perhaps Yubico should distribute binaries, like every decent product does - sources are nice, especially when they're written in stable common languages, but in this case they hinder rather than help. Also, note that the Homebrew compiler version is 1.11.5, while Macports has it updated to 1.12. Again, Yubico, please fix it, or make sure you distribute binaries - as not everybody wants to mess with compiling in weird languages. This isn't a student course work, y'know... |
And this macos binary does not work for you? https://developers.yubico.com/YubiHSM2/Releases/yubihsm2-sdk-2.0.0-darwin-amd64.tar.gz |
Ouch! I forgot that there's an HSM2 SDK. While it does require work (shared libraries it is linked against are mostly in the wrong places - but adjusting that with P.S. I still think the build problem should be fixed. ;-) |
Well, after some investigation, it looks like you (actually, we) have been bitten by the "shiny new toy" syndrome. Since you're comfortable programming in Go, perhaps you can tell how to build References:
|
So, what's your plan? To stay on |
@klali that's a bad remedy. This is a good one (note: I made more changes as I needed them, but this is what's relevant):
Never mind the |
|
MacOS Mojave 10.14.3, Xcode-10.1, Macports-installed Go
go version go1.12 darwin/amd64
Provided
yubihsm-connector-2.0.0.tar.gz
also fails to build in exactly the same way.This pretty much makes YubiHSM2 useless, because it cannot be accessed without
yubihsm-connector
. Please address this problem ASAP.The text was updated successfully, but these errors were encountered: