[squid-users] Compilation error for v6.8

2024-03-14 Thread Miha Miha
Hello Squid team, I get following error while compiling v6.8 ... In file included from basic_nis_auth.cc:15: ../../../../src/auth/basic/NIS/nis_support.h:8: error: unterminated #ifndef #ifndef SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H basic_nis_auth.cc: In function 'int main(int, char**)': basic_ni

Re: [squid-users] Compilation error for v6.8

2024-03-14 Thread Dmitry Melekhov
14.03.2024 16:21, Miha Miha пишет: Hello Squid team, I get following error while compiling v6.8 ... In file included from basic_nis_auth.cc:15: ../../../../src/auth/basic/NIS/nis_support.h:8: error: unterminated #ifndef #ifndef SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H basic_nis_auth.cc: In funct

Re: [squid-users] Compilation error for v6.8

2024-03-14 Thread Alex Rousskov
On 2024-03-14 08:21, Miha Miha wrote: Hello Squid team, I get following error while compiling v6.8 ... In file included from basic_nis_auth.cc:15: ../../../../src/auth/basic/NIS/nis_support.h:8: error: unterminated #ifndef #ifndef SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H basic_nis_auth.cc: In fu

Re: [squid-users] After upgrade from squid6.6 to 6.8 we have a lot of ICAP_ERR_OTHER and ICAP_ERR_GONE messages in icap logfiles

2024-03-14 Thread Alex Rousskov
On 2024-03-11 11:31, Dieter Bloms wrote: Hello, after an upgrade from squid6.6 to squid6.8 on a debian bookworm we have a lot of messages from type: ICAP_ERR_GONE/000 ICAP_ERR_OTHER/200 ICAP_ERR_OTHER/408 ICAP_ERR_OTHER/204 and some of our users claim about bad performance and some get "empty

Re: [squid-users] After upgrade from squid6.6 to 6.8 we have a lot of ICAP_ERR_OTHER and ICAP_ERR_GONE messages in icap logfiles

2024-03-14 Thread Dieter Bloms
Hello Amos, thank you for your answer! I opened a bugreport https://bugs.squid-cache.org/show_bug.cgi?id=5353 with some debug infos attached. On Thu, Mar 14, Amos Jeffries wrote: > > On 12/03/24 04:31, Dieter Bloms wrote: > > Hello, > > > > after an upgrade from squid6.6 to squid6.8 on a debia