-
Apache 2.4.57 is complaining that GssapiCredStore does not exist. /usr/local/httpd-2.4.57/bin/apachectl configtest I have to comment out the GssapiCredStore to run the command below and you can see that function does not exist. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Check the config.log, and check what is the result of these two checks: If they fail GssapiCredStore will not be available because HAVE_CRED_STORE will be unset: mod_auth_gssapi/src/mod_auth_gssapi.c Lines 1990 to 1994 in 796000a |
Beta Was this translation helpful? Give feedback.
Check the config.log, and check what is the result of these two checks:
AC_CHECK_FUNCS(gss_acquire_cred_from)
AC_CHECK_FUNCS(gss_store_cred_into)
If they fail GssapiCredStore will not be available because HAVE_CRED_STORE will be unset:
mod_auth_gssapi/src/mod_auth_gssapi.c
Lines 1990 to 1994 in 796000a