Replies: 2 comments
-
I think I've seen this issue on another distribution that has openssl 1.0.2, it requires |
Beta Was this translation helpful? Give feedback.
0 replies
-
With #include <openssl/bn.h> added to the top of ./src/jose.c, the build now completes without errors. Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to build the 2.4.10 release of mod_auth_openidc on RHEL7.7, it initially fails in autogen.sh with:
and does not generate a Makefile.
I tried getting around that by adding AM_PROG_CC_C_O to configure.ac, that got autoconf and configure to run through successfully, but the make process fails during linking with:
which appears to be OpenSSL related (openssl-libs-1.0.2k-20 on this system). I've built older versions on mod_auth_oidc on RHEL7 in the past without issues, does 2.4.10 have new requirements?
Beta Was this translation helpful? Give feedback.
All reactions