Re: [squid-users] Squid Compilation Error on Ubuntu for squid-3.HEAD

2012-09-18 Thread Eliezer Croitoru
On 9/18/2012 11:43 AM, Ahmed Talha Khan wrote: I am trying to build squid-3.HEAD on Ubuntu 11 but i am getting the following compilation errors. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../../include -I../../liblt

[squid-users] Squid Compilation Error on Ubuntu for squid-3.HEAD

2012-09-18 Thread Ahmed Talha Khan
I am trying to build squid-3.HEAD on Ubuntu 11 but i am getting the following compilation errors. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../../include -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomme

Re: [squid-users] squid compilation option --disable-internal-dns

2011-12-01 Thread Amos Jeffries
On 1/12/2011 6:45 p.m., Benjamin wrote: Hi, As per document, i get that this option "--disable-internal-dns" is useful while we are talking for good performance in heavy load. The docs are a little bit old and now a bit misleading. The internal component operates in a multi-threaded concu

[squid-users] squid compilation option --disable-internal-dns

2011-11-30 Thread Benjamin
Hi, As per document, i get that this option "--disable-internal-dns" is useful while we are talking for good performance in heavy load. As per document : The number of processes spawn to service DNS name lookups. For heavily loaded caches on large servers, you should

Re: [squid-users] squid compilation

2011-11-13 Thread Benjamin
On 11/14/2011 03:14 AM, Amos Jeffries wrote: On Sun, 13 Nov 2011 18:33:12 +, Andrew Beverley wrote: On Sun, 2011-11-13 at 23:12 +0530, Benjamin wrote: On 11/13/2011 10:51 PM, Andrew Beverley wrote: > On Sun, 2011-11-13 at 22:29 +0530, Benjamin wrote: >> Hi, >> >> I want to use squid versio

Re: [squid-users] squid compilation

2011-11-13 Thread Amos Jeffries
On Sun, 13 Nov 2011 18:33:12 +, Andrew Beverley wrote: On Sun, 2011-11-13 at 23:12 +0530, Benjamin wrote: On 11/13/2011 10:51 PM, Andrew Beverley wrote: > On Sun, 2011-11-13 at 22:29 +0530, Benjamin wrote: >> Hi, >> >> I want to use squid version on centos 6.So for that i wonder that do i >

Re: [squid-users] squid compilation

2011-11-13 Thread Andrew Beverley
On Sun, 2011-11-13 at 23:12 +0530, Benjamin wrote: > On 11/13/2011 10:51 PM, Andrew Beverley wrote: > > On Sun, 2011-11-13 at 22:29 +0530, Benjamin wrote: > >> Hi, > >> > >> I want to use squid version on centos 6.So for that i wonder that do i > >> compile squid latest stable version from squid so

Re: [squid-users] squid compilation

2011-11-13 Thread Andrew Beverley
On Sun, 2011-11-13 at 22:29 +0530, Benjamin wrote: > Hi, > > I want to use squid version on centos 6.So for that i wonder that do i > compile squid latest stable version from squid source code or should i > go with rpm package which i get from my distro.? You're normally best using the one prov

[squid-users] squid compilation

2011-11-13 Thread Benjamin
Hi, I want to use squid version on centos 6.So for that i wonder that do i compile squid latest stable version from squid source code or should i go with rpm package which i get from my distro.? Actually my concern is that installation of rpm / compilation from source code are same while co

[squid-users] Squid Compilation

2010-05-18 Thread GIGO .
Hi All, Your guidance is required regarding compilation. I had compiled squid-3.0.STABLE25 with the following options: ./configure --prefix=/usr --includedir=/usr/include --datadir=/usr/share --bindir=/usr/sbin --libexecdir=/usr/lib/squid --localstatedir=/var --sysconfdir=/etc/squid

[squid-users] Squid Compilation and Active Directory Authentication

2010-03-24 Thread GIGO .
purpose: To authenticate squid users through active directory before allowing them access to internet. Compile Options: ./configure --prefix=/usr --localstatedir=/var --libexecdir=${prefix}/lib/squid --srcdir=. --datadir=${prefix}/shares/squid --sysconfdir=/etc/squid3 --enable-cache-d

Re: [squid-users] squid compilation problem

2006-10-03 Thread Guido Serassio
Hi, At 18.54 03/10/2006, Olivier Judith wrote: i currently use squid 2.5STABLE 12 on redhat enterprise server that working find. When i try to compile squid 2.6STABLE4 i have this errors : fs/libaufs.a(aiops.o)(.text+0x3ba): In function `squidaio_init': aufs/aiops.c:334: undefined reference to

[squid-users] squid compilation problem

2006-10-03 Thread Olivier Judith
i currently use squid 2.5STABLE 12 on redhat enterprise server that working find. When i try to compile squid 2.6STABLE4 i have this errors : gcc -D_FILE_OFFSET_BITS=64 -Wall -g -O2 -D_REENTRANT -g -o squid access_log.o acl.o asn.o authenticate.o cache_cf.o CacheDigest.o cache_manager.o carp

RE: [squid-users] squid compilation error: structure has no member named `domain'

2003-10-03 Thread Adam Aube
> I'm tring to build squid 2.5.STABLE4 with support for NTLM > and winbind... > > I already built samba 3.0.0 with the following options: With Samba 3 you use the Samba winbind helpers, not the Squid helpers. Compile Squid just as you would for Samba 2.2.x, but use the Samba 3 helpers in your squ

[squid-users] squid compilation error: structure has no member named `domain'

2003-10-03 Thread Francois Meehan
Hi, I'm tring to build squid 2.5.STABLE4 with support for NTLM and winbind... I already built samba 3.0.0 with the following options: ./configure --prefix=/usr --sysconfdir=/etc/samba --localstatedir=/var/samba --with-fhs \ --with-privatedir=/etc/samba/private \ --with-lockdir=/var/samba/lock \

Re: [squid-users] Squid compilation problem.

2003-07-17 Thread Tan Jun Min
do a "rpm-qa|grep gcc", to check if you have gcc installed. if no, install the rpm. On Thursday 17 July 2003 05:02 pm, Masood Ahmad Shah wrote: > hmmm you don't have C compiler installed or there is a problem with > path

Re: [squid-users] Squid compilation problem.

2003-07-17 Thread Masood Ahmad Shah
quot;anant shintre" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 17, 2003 1:45 PM Subject: [squid-users] Squid compilation problem. | Hello, | I wanted to install Squid on my Redhat Linux 8.0 | server. | I have downloaded squid version | "squid-2.5.ST

[squid-users] Squid compilation problem.

2003-07-17 Thread anant shintre
Hello, I wanted to install Squid on my Redhat Linux 8.0 server. I have downloaded squid version "squid-2.5.STABLE3.tar.gz" from squid site to "http://www.squid-cache.org"; to /root directory. I tried to compile Squid with following steps given in Squid FAQ as follows : xzf squid-2.5.STABLE3.tar.gz