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

not working with the latest version of libssl-dev on ubuntu 20.04. #4

Open
shiningw opened this issue Mar 30, 2022 · 0 comments
Open
Assignees
Labels

Comments

@shiningw
Copy link

Hi,
It seems it doesn't work with the latest version of libssl-dev on ubuntu 20.04. How can I resolve this issue? Thank you!

I got the following errors when I tried to build it

vendor/github.com/envimate/nrpe/ssl.go:151:2: could not determine kind of name for C.SSL_library_init
vendor/github.com/envimate/nrpe/ssl.go:152:2: could not determine kind of name for C.SSL_load_error_strings
cgo:
gcc errors for preamble:
vendor/github.com/envimate/nrpe/ssl.go:84:1: error: variable 'goConnBioMethod' has initializer but incomplete type
84 | static BIO_METHOD goConnBioMethod = {
| ^~~~~~
vendor/github.com/envimate/nrpe/ssl.go:84:19: error: storage size of 'goConnBioMethod' isn't known
84 | static BIO_METHOD goConnBioMethod = {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants