[SOLVED][WAPT 1.6 - Debian 9] - Kerberos problem

Questions about WAPT Server / Requests and help related to the WAPT server
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
James
Messages: 23
Registration: Sep 18, 2018 - 4:37 p.m.

January 10, 2019 - 12:53

Hello,
I can no longer activate Kerberos, there is an error with the libnginx-mod-http-auth-spnego package... :(

nginx dlopen() "/usr/share/nginx/modules/ngx_http_auth_spnego_module.so" failed (/usr/share/nginx/modules/ngx_http_auth_spnego_module.so : cannot open shared ...)
nginx configuration file /etc/nginx/nginx.conf test failed

https://wapt.tranquil.it/debian/wapt-1. ...n/n/nginx/

Even in Stretch, it installs the libnginx-mod-http-auth-spnego 1.10.3-1 package, while a 1.10.3-2 version exists.
I checked the package contents:
- 1.10.3-1: the library is missing from the ngx_http_auth_spnego_module.so package
- 1.10.3-2: the library is ngx_http_auth_spnego_module.so

I think there's a problem on your end.
Last edited by james on 22 Jan 2019 - 10:39, edited 1 time.
User avatar
dcardon
WAPT Expert
Messages: 1932
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

January 14, 2019 - 7:59 PM

Hello James,
james wrote: Jan 10, 2019 - 12:53 Hello,
I can no longer activate Kerberos, there is an error with the libnginx-mod-http-auth-spnego package .. :(

nginx dlopen() "/usr/share/nginx/modules/ngx_http_auth_spnego_module.so" failed (/usr/share/nginx/modules/ngx_http_auth_spnego_module.so : cannot open shared ...)
nginx configuration file /etc/nginx/nginx.conf test failed

https://wapt.tranquil.it/debian/wapt-1. ...n/n/nginx/

Even in Stretch, it installs the libnginx-mod-http-auth-spnego 1.10.3-1 package, while a 1.10.3-2 version exists.
I checked the package contents:
- 1.10.3-1: the library is missing from the ngx_http_auth_spnego_module.so package
- 1.10.3-2: the library is ngx_http_auth_spnego_module.so

I think there's a problem on your end.
Indeed, there was an error in the build chain. I've just fixed it; the wapt-1.5 and wapt-1.6 repositories should now be OK. I'll clean them up a bit and put the build chain on the Tranquility GitHub repository.

Maintaining nginx modules is really tedious... Even with dynamic loading, you have to recompile the entire nginx package each time to make sure you have the correct ABI. I hope the Debian project will include it by default in the next major release!

Feel free to come back to the forum if you still have problems.

Sincerely,

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
James
Messages: 23
Registration: Sep 18, 2018 - 4:37 p.m.

January 22, 2019 - 10:38

Hi Denis,
it's working better now, thanks! Since this package isn't present in Debian testing, there's very little chance of seeing it in the next stable release... Thanks, best regards
Locked