Replies: 1 comment
-
Solved the issue with jq builded library |
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.
-
Hi Team,
I create a build for oidc with jq library using ./configure --with-apxs=/usr/bin/apxs --with-jq=/usr
I get yes for all libraries in result screen
…
…
checking for APR... yes
checking for CURL... yes
checking for OPENSSL... yes
checking for JANSSON... yes
checking for CJOSE... yes
checking for PCRE2... yes
checking for ZLIB... yes
checking for HIREDIS... yes
checking for jq.h... yes
checking for jq_init... yes
checking that generate files are newer than configure... done
....
....
Make and make install generates new .so file.
When I try to use OIDCFilterClaimsExpr with newbuild mod_auth_openidc.so file in Apache, I get Invalid Command, perhaps module not included in server configuration error
Can you suggest me the step what could I be making possibly wrong
Beta Was this translation helpful? Give feedback.
All reactions