Hello,

I’m trying to debug and fix issues with Kerberos based authentication on both Icecat and qutebrowser and got a few questions:

Via strace I found that icecat tries load `libgssapi.so` which doesn’t exist.

Trivially creating the file as a symbolic link to the `libgssapikrb5.so` provided by the `mit-krb5` package and exposing via LDLIBRARYPATH solves the issue and fixes Kerberos based authentication.

qutebrowser Kerberos support comes from `qtwebengine`. The only change needed would be to add `mit-krb5` as input and add the “–webengine-kerberos=yes” qmake option in its `configure` build phase.

My question here is about whether there is any policy requiring formal justification to increase the number of dependencies of a certain package or this would be considered a valid request/patch.

Best regards,

Ignacio