Re: [squid-users] error: #error .... is not 32-bit or 64-bit

2014-09-03 Thread Santosh Bhabal
Amos,

My machine has already installed C++ compiler.

[root@localhost ~]# rpm -qa | grep -i c++
libstdc++-4.4.7-4.el6.x86_64
gcc-c++-4.4.7-4.el6.x86_64
libstdc++-devel-4.4.7-4.el6.x86_64

Regards
Santosh
System Monitoring Team | +91-8108846195 | 022-61041331


On Mon, Sep 1, 2014 at 7:19 PM, Amos Jeffries squ...@treenet.co.nz wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Your machine is missing a C++ compiler.

 Squid is known to build on g++ and usually clang or Intel CC. Others
 are a best-effort situation.

 Amos

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.22 (MingW32)

 iQEcBAEBAgAGBQJUBHl6AAoJELJo5wb/XPRj/oEH/jDoqnX61gfzfR6IiCzWc0zF
 bhJEcArG7zwEVSjkCukXGh4x1HRLcbDpswEvN99maZDXKoSzvqkxWpD9W4gAr7iU
 5ImocqSVLIinNWnyKYEbK8KKqX4Urj2TfObmsL/guNMuChcrEKZtw9D13DboSg2y
 aTJemwF1nKp5tOGxKriBREEuxvq1p685EvWogZMxDqPwsYyEIMoOXmGQkZjnfH7t
 HW5ZRxgbBXtRkD9Ou/NVHaBL51zssDtOb6rWLwxiEXGJ6XNnMDXyiDudMvB3bXPB
 2L2uuZvQitnGyZIkqVhSqK9PyisbUa9bu7ORH0gGZ+fyjvIsKbdAHSR3hNdpVrI=
 =8IwO
 -END PGP SIGNATURE-


Re: [squid-users] error: #error .... is not 32-bit or 64-bit

2014-09-03 Thread Santosh Bhabal
Amos,

Just to confirm, please tell me one thing, i am installing
squid-3.4.7.tar.gz, downloaded from
http://ftp.riken.jp/net/squid/squid/squid-3.4.7.tar.gz URL.
I am using CentOS release 6.3 (Final) x86_64 server.
Is this the right version of squid source for my platform?

Regards
Santosh

On Wed, Sep 3, 2014 at 5:48 PM, Amos Jeffries squ...@treenet.co.nz wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 3/09/2014 11:42 p.m., Santosh Bhabal wrote:
 Amos,

 My machine has already installed C++ compiler.

 [root@localhost ~]# rpm -qa | grep -i c++
 libstdc++-4.4.7-4.el6.x86_64 gcc-c++-4.4.7-4.el6.x86_64
 libstdc++-devel-4.4.7-4.el6.x86_64


 Perhapse its not installed correctly then, or not in your available
 PATHs. Because autoconf is searching for one of these compiler
 binaries on your system:

 configure:5701: checking for g++
 configure:5731: result: no
 configure:5701: checking for c++
 configure:5731: result: no
 configure:5701: checking for gpp
 configure:5731: result: no
 configure:5701: checking for aCC
 configure:5731: result: no
 configure:5701: checking for CC
 configure:5731: result: no
 configure:5701: checking for cxx
 configure:5731: result: no
 configure:5701: checking for cc++
 configure:5731: result: no
 configure:5701: checking for cl.exe
 configure:5731: result: no
 configure:5701: checking for FCC
 configure:5731: result: no
 configure:5701: checking for KCC
 configure:5731: result: no
 configure:5701: checking for RCC
 configure:5731: result: no
 configure:5701: checking for xlC_r
 configure:5731: result: no
 configure:5701: checking for xlC
 configure:5731: result: no
 configure:5755: checking for C++ compiler version
 ... command not found

 Amos
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.22 (MingW32)

 iQEcBAEBAgAGBQJUBwcMAAoJELJo5wb/XPRjrxwH+wUWXuQCIYLvM3My8JfR+Sv3
 mPh746+Z61K5N9WZDQMOc7H14vuJ03wZmpgc/y8xjKCVr9qyPcxi81aJfspE2f+u
 yiIezPBVFs+/IirV3s19raCothP2+alAZd19Wu7EVtjY9BJvsA5W71wwgsmnmLah
 kVW+bquMoa9JMPJoy70CgR5RP3IfQd+9IdHcpCVf38lp31qleXAKw3ewQ2fScw3d
 ceAT63gcEEw0HDCve8mfUu26HyCRwUTWYNoMy3Re2CXHiWS7WywG1NKHGoZYN2jt
 DUMiYbKACdKCp1FU7KETb23PXb3esOzEGhI2rfD2ejPsMTp9Gt53XPb670TvKhc=
 =Cx5W
 -END PGP SIGNATURE-


[squid-users] error: #error .... is not 32-bit or 64-bit

2014-09-01 Thread Santosh Bhabal
Hello Experts,

I am getting below error while compiling Squid 3.4.7 :

[root@localhost squid-3.4.7]# make all
Making all in compat
make[1]: Entering directory `/opt/squid-3.4.7/compat'
source='assert.cc' object='assert.lo' libtool=yes \
DEPDIR=.deps depmode=none /bin/sh ../cfgaux/depcomp \
/bin/sh ../libtool  --tag=CXX   --mode=compile g++
-DHAVE_CONFIG_H  -I.. -I../include -I../lib -I../src -I../include
-I../libltdl -c -o assert.lo assert.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../include -I../lib
-I../src -I../include -I../libltdl -c assert.cc  -o .libs/assert.o
In file included from ../compat/compat.h:51,
 from ../include/squid.h:66,
 from assert.cc:32:
../compat/types.h:134:2: error: #error size_t is not 32-bit or 64-bit
In file included from ../compat/compat.h:81,
 from ../include/squid.h:66,
 from assert.cc:32:
../compat/stdvarargs.h:31:2: error: #error XX **NO VARARGS ** XX
In file included from ../compat/compat.h:80,
 from ../include/squid.h:66,
 from assert.cc:32:
../compat/compat_shared.h:97: error: field 'ru_stime' has incomplete type
../compat/compat_shared.h:98: error: field 'ru_utime' has incomplete type
In file included from ../compat/compat_shared.h:219,
 from ../compat/compat.h:80,
 from ../include/squid.h:66,
 from assert.cc:32:
../compat/strtoll.h:14: error: 'int64_t' does not name a type
assert.cc: In function 'void xassert(char*, char*, int)':
assert.cc:36: error: 'stderr' was not declared in this scope
assert.cc:36: error: 'fprintf' was not declared in this scope
assert.cc:37: error: 'abort' was not declared in this scope
make[1]: *** [assert.lo] Error 1
make[1]: Leaving directory `/opt/squid-3.4.7/compat'
make: *** [all-recursive] Error 1

Please help.

Regards
Santosh


Re: [squid-users] error: #error .... is not 32-bit or 64-bit

2014-09-01 Thread Santosh Bhabal
CentOS release 6.3 (Final) x86_64

Regards
Santosh


On Mon, Sep 1, 2014 at 6:20 PM, Amos Jeffries squ...@treenet.co.nz wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 1/09/2014 9:34 p.m., Santosh Bhabal wrote:
 Hello Experts,

 I am getting below error while compiling Squid 3.4.7 :

 [root@localhost squid-3.4.7]# make all Making all in compat
 make[1]: Entering directory `/opt/squid-3.4.7/compat'
 source='assert.cc' object='assert.lo' libtool=yes \ DEPDIR=.deps
 depmode=none /bin/sh ../cfgaux/depcomp \ /bin/sh ../libtool
 --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H  -I.. -I../include
 -I../lib -I../src -I../include -I../libltdl -c -o assert.lo
 assert.cc libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../include
 -I../lib -I../src -I../include -I../libltdl -c assert.cc  -o
 .libs/assert.o In file included from ../compat/compat.h:51, from
 ../include/squid.h:66, from assert.cc:32: ../compat/types.h:134:2:
 error: #error size_t is not 32-bit or 64-bit In file included from
 ../compat/compat.h:81, from ../include/squid.h:66, from
 assert.cc:32: ../compat/stdvarargs.h:31:2: error: #error XX **NO
 VARARGS ** XX In file included from ../compat/compat.h:80, from
 ../include/squid.h:66, from assert.cc:32:
 ../compat/compat_shared.h:97: error: field 'ru_stime' has
 incomplete type ../compat/compat_shared.h:98: error: field
 'ru_utime' has incomplete type In file included from
 ../compat/compat_shared.h:219, from ../compat/compat.h:80, from
 ../include/squid.h:66, from assert.cc:32: ../compat/strtoll.h:14:
 error: 'int64_t' does not name a type assert.cc: In function 'void
 xassert(char*, char*, int)': assert.cc:36: error: 'stderr' was not
 declared in this scope assert.cc:36: error: 'fprintf' was not
 declared in this scope assert.cc:37: error: 'abort' was not
 declared in this scope make[1]: *** [assert.lo] Error 1 make[1]:
 Leaving directory `/opt/squid-3.4.7/compat' make: ***
 [all-recursive] Error 1


 Interesting errors. What operating system are you building on and are
 you cross-building for any particular other system?

 Amos

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.22 (MingW32)

 iQEcBAEBAgAGBQJUBGuoAAoJELJo5wb/XPRjubUH/0c+c+shBlAmhehbcRJwjeaI
 Fscp5c7f7k8E4TAdoJqKhFVTSzkEp8MpRLv1OImpf5FsDF5ZZ9apXk87L7rr42Hi
 lNF/043MVYLsFMTzQX/u/cAVmw65HIVwxVpbrQwvFr9es0JpcZlTmQzb2getzPg4
 dQlAtbTjdqbc+T3Up9+lno8VDtOXtKf2tn48CX8BWiBVWzIL8qt70OMtVmsHLBma
 8I2faZt7ks6I0yI0gsNhZyWEOo/rX3opLCp01unNKuyn5dJ7LP9v2uCoPik+2X4W
 yBxmeuLWV+pE3IyZUbAB4kCjlQzNhkIfAUMIq25ZFpRgOBw2R1yF1R8Y3X203ck=
 =6cz0
 -END PGP SIGNATURE-


Re: [squid-users] error: #error .... is not 32-bit or 64-bit

2014-09-01 Thread Santosh Bhabal
Yes, './configure --prefix=/usr/local/squid' command successfully completed.
Facing issue with 'make all' command.

Regards
Santosh



On Mon, Sep 1, 2014 at 6:33 PM, Amos Jeffries squ...@treenet.co.nz wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 2/09/2014 12:53 a.m., Santosh Bhabal wrote:
 CentOS release 6.3 (Final) x86_64


 Did you run ./configure before building?

 We built Squid on CentOS 6 and 7 without problems before releasing.

 Amos
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.22 (MingW32)

 iQEcBAEBAgAGBQJUBG6nAAoJELJo5wb/XPRjJsUIAIo4dyCrvEbgBG9/gdZHmRJf
 7acCu/OKn1teLnets1WpzAEytgpQvS6tfF8XEwq7sWet8ECUfhSCPtG/9evKluEw
 9xPekYf+eLYrZkt6X8e6Uw5FKWkL3Ng6CslWyKFtwp9tepa49h/ZZA322R3ca6ks
 Ui8ABuvc0ebw2TqH5TJCUWR5zM9RGMK5m4TABKrGx0fNRdCvzH5t6veoSVXn+C9C
 +3yQ9oTtiD3JWGioAWuho+PrfKRDIr4SZpJcZDZ0vFprOYbTevMOi04Vjcr8in9V
 5JEFmuNxjzEGtE+CRel3u/ssxzRLrdWy2XXOwzuL8ASTPC9te8+J6sTD0i23ka8=
 =h/ks
 -END PGP SIGNATURE-


Re: [squid-users] error: #error .... is not 32-bit or 64-bit

2014-09-01 Thread Santosh Bhabal
Yes :)

Regards
Santosh



On Mon, Sep 1, 2014 at 6:50 PM, Antony Stone
antony.st...@squid.open.source.it wrote:
 On Monday 01 September 2014 at 15:17:58 (EU time), Santosh Bhabal wrote:

 Yes, './configure --prefix=/usr/local/squid' command successfully
 completed. Facing issue with 'make all' command.

 Have you successfully compiled other software on this machine?


 Antony

 --
 If you were ploughing a field, which would you rather use - two strong oxen or
 1024 chickens?

  - Seymour Cray, pioneer of supercomputing

Please reply to the list;
  please *don't* CC me.


Re: [squid-users] error: #error .... is not 32-bit or 64-bit

2014-09-01 Thread Santosh Bhabal
Please find the attached autoconf.h

Regards
Santosh



On Mon, Sep 1, 2014 at 6:55 PM, Amos Jeffries squ...@treenet.co.nz wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 2/09/2014 1:21 a.m., Santosh Bhabal wrote:
 Yes :)

 Can you mail me the config.log and include/autoconf.h files produced
 by the Squid ./configure please?

 Amos


 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.22 (MingW32)

 iQEcBAEBAgAGBQJUBHOyAAoJELJo5wb/XPRj/aEIAMT26s9gu1Kwd9alSOEmt6rE
 Ix4zGKIbnjPgigOYN0P0uqBG/Otdj67ZvEDQ0bhgnDPeRug2soog9xnQn+frqokH
 rfHfSVB0vvEmvxMf6MlyEo9rHk3pfMpouLOJyVpd4TExyZZy1hBpJaESAcesJdpD
 AQsnnr6ZlfA+YoPq7WBhjIGIccDzaY9SHemcA7qF9eVZ+R+51ul7EPA2Y4lT/rsz
 7IeeSBwuvuZTaD9EeWmM0GKbdEmNoFBr+UyzXHEr7lfuM1jS+2b2TQTu16thaypE
 cR7EHjFyDXEz4ud4vCwyeNnakP6yukizK0CIAgUXmFXiFJknGBLSj+lnKMcPtFU=
 =TEX6
 -END PGP SIGNATURE-


autoconf.rar
Description: application/rar


[squid-users] squid yum install

2014-08-28 Thread Santosh Bhabal
Hello Experts,

How to install squid-3.4.7 using yum?

Regards
Santosh


Re: [squid-users] squid yum install

2014-08-28 Thread Santosh Bhabal
Hello Farooq,

I am unable to find squid 3.4.7 rpm in the URL which you have given.

Regards
Santosh

On Thu, Aug 28, 2014 at 6:51 PM, Farooq Bhatti far...@n4networks.net wrote:
 Hi,

 You can use the rpm as can be found in 
 http://www1.ngtech.co.il/rpm/centos/6/x86_64/

 BR
 Farooq

 -Original Message-
 From: Santosh Bhabal [mailto:sant...@antfarm.in]
 Sent: Thursday, August 28, 2014 6:02 PM
 To: squid-users@squid-cache.org
 Subject: [squid-users] squid yum install

 Hello Experts,

 How to install squid-3.4.7 using yum?

 Regards
 Santosh


 ---
 This email is free from viruses and malware because avast! Antivirus 
 protection is active.
 http://www.avast.com