Re: [squid-users] Compile install Squid, configure default options.

2016-01-13 Thread Amos Jeffries
On 14/01/2016 2:52 a.m., Eliezer Croitoru wrote: > On 13/01/2016 11:36, Billy.Zheng (zw963) wrote: >> So the problem is: Why configure not detect out my system missing g++ >> until I run make, it told me `g++: command not found' ? > > There might be something wrong in the configure script as far

Re: [squid-users] Compile install Squid, configure default options.

2016-01-13 Thread Eliezer Croitoru
On 13/01/2016 11:36, Billy.Zheng (zw963) wrote: So the problem is: Why configure not detect out my system missing g++ until I run make, it told me `g++: command not found' ? There might be something wrong in the configure script as far as I can tell since your configure shows the next: check

Re: [squid-users] Compile install Squid, configure default options.

2016-01-13 Thread Amos Jeffries
On 13/01/2016 10:43 p.m., Yuri Voinov wrote: > BTW, it must not detect and explain, this is your responsibility ;) > > 13.01.16 15:40, Billy.Zheng (zw963) пишет: >> Why configure not detect ot my gcc-c++ package missing? >> >> sure if i install gcc-c++, it worked now. >> >> maybe we need update W

Re: [squid-users] Compile install Squid, configure default options.

2016-01-13 Thread zw963
surely, I can resolved this problem with Google, although I hope WIKI can told me gcc-c++ is needed on CentOS. Thanks. Yuri Voinov writes: > BTW, it must not detect and explain, this is your responsibility ;) > > 13.01.16 15:40, Billy.Zheng (zw963) пишет: >> Why configure not detect ot my gcc-c+

Re: [squid-users] Compile install Squid, configure default options.

2016-01-13 Thread Yuri Voinov
BTW, it must not detect and explain, this is your responsibility ;) 13.01.16 15:40, Billy.Zheng (zw963) пишет: Why configure not detect ot my gcc-c++ package missing? sure if i install gcc-c++, it worked now. maybe we need update Wiki document here http://wiki.squid-cache.org/SquidFaq/Compili

Re: [squid-users] Compile install Squid, configure default options.

2016-01-13 Thread zw963
I will investigate your's config options carefully, Thank! Mike writes: > When I used CentOS 7 (a variation of it), this is what I had to use: > > > • yum -y install perl gcc gcc-c++ autoconf automake make > > • yum -y install epel-release > > □ (has a few packages we need below) > > •

Re: [squid-users] Compile install Squid, configure default options.

2016-01-13 Thread Yuri Voinov
If g++ installed, it can be not visible via PATH environment variable. 13.01.16 15:36, Billy.Zheng (zw963) пишет: So the problem is: Why configure not detect out my system missing g++ until I run make, it told me `g++: command not found' ? Yuri Voinov writes: -BEGIN PGP SIGNED MESSAGE---

Re: [squid-users] Compile install Squid, configure default options.

2016-01-13 Thread zw963
Why configure not detect ot my gcc-c++ package missing? sure if i install gcc-c++, it worked now. maybe we need update Wiki document here http://wiki.squid-cache.org/SquidFaq/CompilingSquid to add new gcc-c++ package as dependency. Yuri Voinov writes: > -BEGIN PGP SIGNED MESSAGE- > Ha

Re: [squid-users] Compile install Squid, configure default options.

2016-01-13 Thread zw963
So the problem is: Why configure not detect out my system missing g++ until I run make, it told me `g++: command not found' ? Yuri Voinov writes: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Squid now completely written on C++ ;) > > 13.01.16 1:34, Billy.Zheng (zw963) пишет: >> >>>

Re: [squid-users] Compile install Squid, configure default options.

2016-01-12 Thread Eliezer Croitoru
On 04/01/2016 11:22, 郑伟 wrote: I want to use newest version Squid, but i think I perhaps missing something important option maybe, which can cause risk in some case? Could any please help me for a `standard necessary' configure arguments for current 3.5 serious? As was mentioned couple times h

Re: [squid-users] Compile install Squid, configure default options.

2016-01-12 Thread Mike
When I used CentOS 7 (a variation of it), this is what I had to use: * yum -y install perl gcc gcc-c++ autoconf automake make * *yum -**y **install epel-release* o (has a few packages we need below) * yum -y install libxml2-devel libcap-devel avr-gcc-c++ * yum

Re: [squid-users] Compile install Squid, configure default options.

2016-01-12 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Squid now completely written on C++ ;) 13.01.16 1:34, Billy.Zheng (zw963) пишет: > >>> >>> Or, just tell me, this worked, it is fine, and I will very happy to use. >>> >>> btw: When I first install, ./configure is passed, but make is failed. >>> b

Re: [squid-users] Compile install Squid, configure default options.

2016-01-12 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 That's it. You installed gcc but not g++. Simple. 13.01.16 1:34, Billy.Zheng (zw963) пишет: > checking for cc++... no -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQEcBAEBCAAGBQJWlV63AAoJENNXIZxhPexGv2EIAIeL/q5cQBHLVhxFyqZoZZCn vCfaHslQsrj

Re: [squid-users] Compile install Squid, configure default options.

2016-01-12 Thread zw963
> > > > Or, just tell me, this worked, it is fine, and I will very happy to use. > > > > btw: When I first install, ./configure is passed, but make is failed. > > because I am not install gcc-c++. I have to install gcc-c++, reconfigure > > again, make is passed. I thought if ./configure could de

Re: [squid-users] Compile install Squid, configure default options.

2016-01-04 Thread Amos Jeffries
On 4/01/2016 10:22 p.m., 郑伟 wrote: > > Hi, I have tried to compile and install Squid 3.5.12 in a fresh > CentOS 7 VPS host, because I doesn't understood so many configure, > so I just with minimum configure I understood, I need openssl > to open a https port, and I need basic_auth to support use

[squid-users] Compile install Squid, configure default options.

2016-01-04 Thread 郑伟
Hi, I have tried to compile and install Squid 3.5.12 in a fresh CentOS 7 VPS host, because I doesn't understood so many configure, so I just with minimum configure I understood, I need openssl to open a https port, and I need basic_auth to support user/password authentication, so I just with fol