Re: [squid-users] Compile errors on Ubuntu 10.4

2010-05-07 Thread Chris Horry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/05/10 11:21, Kinkie wrote: > On Fri, May 7, 2010 at 5:10 PM, Chris Horry wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> I suspect I'm doing something wrong as I'm new to Ubuntu, 3.1.3 works >> fine on my Slackware box :) > > Y

Re: [squid-users] Compile errors on Ubuntu 10.4

2010-05-07 Thread Kinkie
On Fri, May 7, 2010 at 5:10 PM, Chris Horry wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I suspect I'm doing something wrong as I'm new to Ubuntu, 3.1.3 works > fine on my Slackware box :) Your Ubuntu box is probably missing some openssl-related header files. Please check that you

[squid-users] Compile errors on Ubuntu 10.4

2010-05-07 Thread Chris Horry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I suspect I'm doing something wrong as I'm new to Ubuntu, 3.1.3 works fine on my Slackware box :) Thanks! If it's relevant... OpenSSL 0.9.8k 25 Mar 2009 g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3 Configure options: /configure --enable-ssl --enable-linux-ne

Re: [squid-users] Compile errors on LDAP authentication helper

2008-06-03 Thread Chris Robertson
Squidly wrote: I am following this guide http://wiki.squid-cache.org/KnowledgeBase/LdapBackedDigestAuthentication and I am getting quite a few errors on ./configure --disable-ident-lookups --enable-auth=digest --enable-digest-auth-helpers=ldap make make[2]: Entering directory `/home/guppy/De

[squid-users] Compile errors on LDAP authentication helper

2008-06-03 Thread Squidly
I am following this guide http://wiki.squid-cache.org/KnowledgeBase/LdapBackedDigestAuthentication and I am getting quite a few errors on ./configure --disable-ident-lookups --enable-auth=digest --enable-digest-auth-helpers=ldap make make[2]: Entering directory `/home/guppy/Desktop/squid-3.HEA

Re: [squid-users] Compile errors

2008-01-23 Thread trainier
Actually, I originally tried that, although "coss" was first in my list. I assume that doesn't matter. I took your idea and ran with it, though. I got things to compile properly when I omitted the quotes. So: --enable-storeio=coss,ufs,aufs,null Thanks for everyone's suggestions. Adrian Chadd

Re: [squid-users] Compile errors

2008-01-23 Thread Adrian Chadd
Hm, try --enable-storeio-"ufs,aufs,null,coss" ? Adrian On Wed, Jan 23, 2008, [EMAIL PROTECTED] wrote: > Okay, I have the latest stable source. > The exact same issue continues. > > "Amos Jeffries" <[EMAIL PROTECTED]> wrote on 01/22/2008 10:21:46 PM: > > > > My build/configure command: > > > .

Re: [squid-users] Compile errors

2008-01-23 Thread trainier
Okay, I have the latest stable source. The exact same issue continues. "Amos Jeffries" <[EMAIL PROTECTED]> wrote on 01/22/2008 10:21:46 PM: > > My build/configure command: > > ./configure --prefix=/services/proxy --enable-icmp --enable-snmp > > --enable-cachemgr-hostname=kmiproxy01 --enable-arp-a

Re: [squid-users] Compile errors

2008-01-22 Thread Amos Jeffries
> My build/configure command: > ./configure --prefix=/services/proxy --enable-icmp --enable-snmp > --enable-cachemgr-hostname=kmiproxy01 --enable-arp-acl --disable-select > --disable-poll --enable-epoll --enable-large-cache-files > --disable-ident-lookups --enable-stacktraces --with-large-files > -

[squid-users] Compile errors

2008-01-22 Thread trainier
My build/configure command: ./configure --prefix=/services/proxy --enable-icmp --enable-snmp --enable-cachemgr-hostname=kmiproxy01 --enable-arp-acl --disable-select --disable-poll --enable-epoll --enable-large-cache-files --disable-ident-lookups --enable-stacktraces --with-large-files --enable-

[squid-users] Compile errors cvs Squid STABLE12 ICAP + NTLM on debian 3.1

2006-04-26 Thread [EMAIL PROTECTED]
hi list, I will build a debian package to have NTLM + ICAP support. I used the icap 2.5 branch based on STABLE12 - i got compile errors on debian sarge with ./configure --prefix=/usr --exec_prefix=/usr --bindir=/usr/sbin --sbindir=/usr/sbin --libexecdir=/usr/lib/squid --sysconfdir=/etc/squid

Re: [squid-users] Compile errors

2004-10-07 Thread Henrik Nordstrom
On Thu, 7 Oct 2004, Brad Pendergast wrote: I am attempting to compile SQUID2-5 Stable 6 with SunOne LDAP authentication support. Below are some details Looks like some C developer needs to spend some time with the SunONE LDAP SDK for this to work. I have found threads with similar problems but h

[squid-users] Compile errors

2004-10-06 Thread Brad Pendergast
I am attempting to compile SQUID2-5 Stable 6 with SunOne LDAP authentication support. Below are some details o/s - Solaris 9 sparc ldap include/libs - SunOne DS 5.2 configure command - ./configure --enable-basic-auth-helpers=LDAP compiler - GCC 3.0.2 + GNU make and binutils I type "make all" and

Re: [squid-users] Compile errors - Nothing to be done for all-am

2004-02-18 Thread Gareth
Henrik Nordstrom said: > On Tue, 17 Feb 2004, Gareth wrote: >> I decided to install squid-2.5.STABLE4, >> passing --enable-auth=basic,digest,ntlm (and others) to configure. > > This directive only enables these authentication schemes in Squid. > > You also need helpers to verify the user credential

Re: [squid-users] Compile errors - Nothing to be done for `all-am'.

2004-02-18 Thread Henrik Nordstrom
On Wed, 18 Feb 2004, Gareth wrote: > No matter what I seem to pass, --enable-ntlm-auth-helpers="list of > helpers", --enable-basic-auth-helpers="list of helpers"... etc.. > > I *still* get the same errors upopn 'make' or 'make all' :-( Works here. But no panic. Even if you do not get the --enab

Re: [squid-users] Compile errors - Nothing to be done for `all-am'.

2004-02-18 Thread Gareth
Henrik Nordstrom said: > On Tue, 17 Feb 2004, Gareth wrote: >> I decided to install squid-2.5.STABLE4, >> passing --enable-auth=basic,digest,ntlm (and others) to configure. > > This directive only enables these authentication schemes in Squid. > > You also need helpers to verify the user credential

Re: [squid-users] Compile errors - Nothing to be done for `all-am'.

2004-02-17 Thread Henrik Nordstrom
On Tue, 17 Feb 2004, Gareth wrote: > I decided I wanted to try and get Squid to authenticate users against a > Windows 2000 Active Directory, but I didn't seem to have any of the auth > programs on my installation. > > I decided to install squid-2.5.STABLE4, > passing --enable-auth=basic,digest,n

Re: [squid-users] Compile errors - Nothing to be done for `all-am'.

2004-02-17 Thread Gareth
From: "Robert Collins" <[EMAIL PROTECTED]> >On Wed, 2004-02-18 at 07:35, Gareth wrote: >> Hi Guys >> >> I decided I wanted to try and get Squid to authenticate users against a >> Windows 2000 Active Directory, but I didn't seem to have any of the auth >> programs on my installation. >> >> I decided

Re: [squid-users] Compile errors - Nothing to be done for `all-am'.

2004-02-17 Thread Robert Collins
On Wed, 2004-02-18 at 07:35, Gareth wrote: > Hi Guys > > I decided I wanted to try and get Squid to authenticate users against a > Windows 2000 Active Directory, but I didn't seem to have any of the auth > programs on my installation. > > I decided to install squid-2.5.STABLE4, > passing --enable

[squid-users] Compile errors - Nothing to be done for `all-am'.

2004-02-17 Thread Gareth
Hi Guys I decided I wanted to try and get Squid to authenticate users against a Windows 2000 Active Directory, but I didn't seem to have any of the auth programs on my installation. I decided to install squid-2.5.STABLE4, passing --enable-auth=basic,digest,ntlm (and others) to configure. The con