Date: Wed, 09 Feb 2022 02:47:41 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 261810] www/nginx: error HTTP_AUTH_KRB5 Message-ID: <bug-261810-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261810 Bug ID: 261810 Summary: www/nginx: error HTTP_AUTH_KRB5 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: joneum@FreeBSD.org Reporter: bsd@itglob.ru Assignee: joneum@FreeBSD.org Flags: maintainer-feedback?(joneum@FreeBSD.org) nginx cannot start with this error: nginx: [emerg] dlopen() "/usr/local/libexec/nginx/ngx_http_auth_spnego_module.so" failed (/usr/local/libexec/nginx/ngx_http_auth_spnego_module.so: Undefined symbol "__gss_krb5_mechanism_oid_desc") in /usr/local/etc/nginx/nginx.conf:7 nginx: configuration file /usr/local/etc/nginx/nginx.conf test failed OPTIONS_FILE_SET+=3DGSSAPI_HEIMDAL OPTIONS_FILE_UNSET+=3DGSSAPI_MIT fix: --- extra-patch-spnego-http-auth-nginx-module-config.orig 2020-10-19 14:34:15.000000000 +0300 +++ extra-patch-spnego-http-auth-nginx-module-config 2022-02-09 04:32:37.602451000 +0300 @@ -3,8 +3,8 @@ @@ -1,8 +1,10 @@ ngx_addon_name=3Dngx_http_auth_spnego_module -ngx_feature_libs=3D"-lgssapi_krb5 -lkrb5 -lcom_err" -+ngx_feature_libs=3D"%%GSSAPILIBS%%" -+ngx_module_incs=3D"%%GSSAPINCDIR%%" ++ngx_feature_libs=3D"-L %%GSSAPILIBDIR%% %%GSSAPILIBS%%" ++ngx_module_incs=3D"%%GSSAPIINCDIR%%" + if uname -o | grep -q FreeBSD; then --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261810-7788>