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

Build is broken #82

Open
drasko opened this issue Dec 12, 2016 · 2 comments
Open

Build is broken #82

drasko opened this issue Dec 12, 2016 · 2 comments

Comments

@drasko
Copy link

drasko commented Dec 12, 2016

# github.com/zubairhamed/canopus
../../zubairhamed/canopus/dtls.go:12:26: fatal error: internal/bio.h: No such file or directory
compilation terminated.
@drasko
Copy link
Author

drasko commented Dec 12, 2016

@jvermillard is using openssl as a submodule: https://github.com/jvermillard/nativedtls. This way cgo can find correct headers.

You have probably installed on your system openssl 1.1, but it is pretty new and you can not expect it on any system.

I propose you to add correct openssl revision as a submodule (I tried adding by hand openssl dir, but it does not build)

@zubairhamed
Copy link
Owner

Hey Drasko,

Yes you're right. I've commited the submodule.

Thanks!
Z

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

2 participants