Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#62049 - [lighttpd] missing kerberos support
Attached to Project:
Arch Linux
Opened by Giampaolo Eusebi (geusebi) - Sunday, 17 March 2019, 23:38 GMT
Last edited by Jelle van der Waa (jelly) - Wednesday, 24 April 2019, 20:53 GMT
Opened by Giampaolo Eusebi (geusebi) - Sunday, 17 March 2019, 23:38 GMT
Last edited by Jelle van der Waa (jelly) - Wednesday, 24 April 2019, 20:53 GMT
|
DetailsDescription:
I noticed that Kerberos5 support is mentioned in PKGBUILD but is missing from the built binary. Upon inspection of config.log there is a warning. WARNING: unrecognized options: --with-kerberos5 I believe the correct flag should be "--with-krb5". Solution: Apply patch --- PKGBUILD 2019-03-17 22:50:36.169999966 +0000 +++ PKGBUILD.krb5 2019-03-17 22:50:56.329999960 +0000 @@ -41 +41 @@ - --with-kerberos5 \ + --with-krb5 \ Additional info: * package version 1.4.53-1 Steps to reproduce: Install lighttpd and check for kerberos. user # lighttpd -V | grep Kerberos - Kerberos support expected + Kerberos support |
This task depends upon

Add patch file as attachment (lost tabulation in original post).