Hi! I can't turn off the kerberos in squid-3.5.3. It links with kerberos despite the fact it is turned off. I passed --without-heimdal-krb5 --without-mit-krb5 --without-gss and --enable-auth-negotiate=none to configure, but no luck. Did I forget to pass something else to it? Or forget to not to pass? The full config.log is here: https://yadi.sk/i/w5gH4wb_fzXGP
Created attachment 3136 [details] patch for configure There are some facts: 1. I realized that configure script doesn't handle --without-heimdal-krb5, --without-mit-krb5 and --without-gss options at all. Am I right? 2. The krb5-config is guilty in my case. I made a small patch which helped me. It makes configure script handle pkg-config or krb5-config only if I wanted Kerberos.
Comment on attachment 3136 [details] patch for configure wrong patch. it stops configure if I wanted krb5 =)
Created attachment 3137 [details] patch to never use (pkg|krb)-config Ugly way to almost never use pkg-config or krb-config. Works as I want now %)
No changes in 3.5.4
*** Bug 4362 has been marked as a duplicate of this bug. ***
Fix applied to Squid-4.
Applied to 3.5
(In reply to Amos Jeffries from comment #6) > Fix applied to Squid-4. The applied fix (trunk r14394) had a bug/typo. That problem was fixed in trunk r14850. Squid v3.5 needs a similar fix.
Typo fix applied to 3.5 as rev.14084