Re: [squid-users] squid compilation error in Docker

2022-04-13 Thread Amos Jeffries
On 14/04/22 14:59, Ivan Larionov wrote: There were no errors earlier. Seems like installingĀ openldap-devel fixes the issue. There were other dependencies installed together with it, not sure if they also affected the build or not. I suspect one or more of those other components is indeed

Re: [squid-users] Squid-Cache VS PHP, put some things in perspective

2022-04-13 Thread Amos Jeffries
On 13/04/22 10:30, Eliezer Croitoru wrote: I am looking for adventurous Squid Users which wants to help me test if PHP 7.4+ still possess the same old 5.x STDIN bugs. Hi Eliezer, Thanks for taking on a re-investingation. FTR, the old problem was not stdin itself. The issue was that PHP

Re: [squid-users] squid compilation error in Docker

2022-04-13 Thread Ivan Larionov
There were no errors earlier. Seems like installing openldap-devel fixes the issue. There were other dependencies installed together with it, not sure if they also affected the build or not. I assume the ldap one is the main reason: cracklib cracklib-dicts libpwquality pam cpio dbus-libs

Re: [squid-users] squid compilation error in Docker

2022-04-13 Thread Alex Rousskov
On 4/13/22 20:07, Ivan Larionov wrote: Yes this worked. ThanksĀ Eliezer. This means some of these dependencies are required but not caught by the configure script. I'll try to figure out which specific one was the culprit. And maybe find the earlier error in the make log? The errors you

Re: [squid-users] squid compilation error in Docker

2022-04-13 Thread Ivan Larionov
Yes this worked. Thanks Eliezer. This means some of these dependencies are required but not caught by the configure script. I'll try to figure out which specific one was the culprit. On Wed, Apr 13, 2022 at 4:36 PM Eliezer Croitoru wrote: > For CentOS 7 use the next: > > RUN yum install -y

Re: [squid-users] squid compilation error in Docker

2022-04-13 Thread Eliezer Croitoru
For CentOS 7 use the next: RUN yum install -y epel-release \ && yum clean all \ && yum update -y \ && yum install -y gcc gcc-c++ libtool libtool-ltdl make cmake \ git pkgconfig sudo automake autoconf yum-utils rpm-build \ && yum install -y libxml2 expat-devel

[squid-users] squid compilation error in Docker

2022-04-13 Thread Ivan Larionov
Hi. I have no issues building squid normally, but when I try to do exactly the same steps in docker I'm getting the following errors: https://gist.github.com/xeron/5530fe9aa1f5bdcb6a72c6edd6476467 Example from that log: cache_cf.o: In function `configFreeMemory()':

Re: [squid-users] Fine tuning of Squid and OS configuration for handling more loads

2022-04-13 Thread Eliezer Croitoru
Thanks Alex for catching this! I was sending the wrong response. This response was related to bug report: http://bugs.squid-cache.org/show_bug.cgi?id=4117 Eliezer Eliezer Croitoru NgTech, Tech Support Mobile: +972-5-28704261 Email: ngtech1...@gmail.com -Original Message- From:

Re: [squid-users] Fine tuning of Squid and OS configuration for handling more loads

2022-04-13 Thread Alex Rousskov
On 4/13/22 16:24, Eliezer Croitoru wrote: Can you please verify if the next is a workaround to your issue: cache_mem 16 MB cache deny all Just to avoid misunderstanding, bug #5055 and virtually any other bug that manifests itself in FATAL messages from noteDestinationsEnd code is unrelated

Re: [squid-users] Fine tuning of Squid and OS configuration for handling more loads

2022-04-13 Thread Eliezer Croitoru
Can you please verify if the next is a workaround to your issue: cache_mem 16 MB cache deny all Thanks, Eliezer Eliezer Croitoru NgTech, Tech Support Mobile: +972-5-28704261 Email: ngtech1...@gmail.com -Original Message- From: squid-users On Behalf Of pvs Sent: Wednesday, April

Re: [squid-users] Fine tuning of Squid and OS configuration for handling more loads

2022-04-13 Thread pvs
Thanks Alex. We will upgrade the squid and see if the problem recurs O 12-04-2022 19:57, Alex Rousskov wrote: On 4/11/22 07:26, pvs wrote: cache.log file is attached with contents narrowed down to the time just before squid process oscillating (going up and down), ultimately dying. Your