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

nrpe-4.1.3 fails to compile without ssl support #292

Open
dicksnippe opened this issue Jan 15, 2025 · 0 comments
Open

nrpe-4.1.3 fails to compile without ssl support #292

dicksnippe opened this issue Jan 15, 2025 · 0 comments

Comments

@dicksnippe
Copy link

Hello,

compiling nrpe-4.1.3 without ssl support (i.e. configure --disable-ssl) fails for nrpe-4.1.3:

In file included from ./nrpe.c:44:
../include/nrpe-ssl.h:47:50: error: unknown type name 'X509_STORE_CTX'
   47 | int ssl_verify_callback_common(int preverify_ok, X509_STORE_CTX * ctx, int is_invalid);
      |                                                  ^~~~~~~~~~~~~~
make[1]: *** [Makefile:50: nrpe] Error 1

And even if this were patched, e.g. by protecting ssl_verify_callback_common in include/nrpe-ssl.h with something like #ifdef HAVE_SSL the compile fails somewhere down the line.

This was not yet the case in nrpe-4.1.1 (don't know about nrpe-4.1.2, sorry)

kind regards,

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

1 participant