Re: [squid-users] Trying to recompile squid 4.13

2022-08-06 Thread Alex Rousskov
On 8/6/22 13:03, marcelorodr...@graminsta.com.br wrote: The next chalenge is to implement ssl bumping with pear caching. Any sugestion about detailed documentation of it? It is a very difficult topic. The best documentation that I know about (and it is not very good) is squid.conf.documented

Re: [squid-users] Trying to recompile squid 4.13 with ./configure CXXFLAGS="-DMAXTCPLISTENPORTS=256"

2022-08-05 Thread ngtech1ltd
...@gmail.com Web: https://ngtech.co.il/ My-Tube: https://tube.ngtech.co.il/ -Original Message- From: squid-users On Behalf Of marcelorodr...@graminsta.com.br Sent: Thursday, 4 August 2022 1:17 To: squid-users@lists.squid-cache.org Subject: Re: [squid-users] Trying to recompile squid 4.13 with

Re: [squid-users] Trying to recompile squid 4.13 with ./configure CXXFLAGS="-DMAXTCPLISTENPORTS=256"

2022-08-04 Thread Amos Jeffries
On 4/08/22 10:16, marcelorodrigo wrote: Some important information. ... Then make and make install from /build/squid/squid-4.13/ folder, but nothin seems to change when squid -v is used. Please build with this command: make && ./src/squid -v ... to be sure the -v info is coming from the b

Re: [squid-users] Trying to recompile squid 4.13 with ./configure CXXFLAGS="-DMAXTCPLISTENPORTS=256"

2022-08-03 Thread marcelorodrigo
Some important information. I am trying to recompile using: ./configure CXXFLAGS="-DMAXTCPLISTENPORTS=1 -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security" --build="x86_64-linux-gnu" --prefix="/usr" --includedir="${prefix}/include" --mandir="${prefix}/share/man" --inf

Re: [squid-users] Trying to recompile squid 4.13 with ./configure CXXFLAGS="-DMAXTCPLISTENPORTS=256"

2022-08-03 Thread Alex Rousskov
On 8/3/22 10:12, marcelorodr...@graminsta.com.br wrote: Hi, I am trying to recompile squid 4.13 using ./configure CXXFLAGS="-DMAXTCPLISTENPORTS=256". It runs the recompile but the CXXFLAGS= does not even appears in the squid -v. I do see CXXFLAGS in "squid -v", but I have not tested official