Re: [squid-users] Any Slackers running on current version with squid current version > just a survey

From: Marco Berizzi <pupilla@dont-contact.us>
Date: Thu, 27 Jul 2006 09:45:29 +0200

SSCR Internet Admin wrote:

> Hi,

Ciao

> I would like to know if there are any slackers running on the current
> version with the latest version of squid. I havent touched slackware

I'm running Slackware 10.2 and squid 2.6-STABLE1
Here is my squid build script:

CFLAGS="-O2" ./configure \
   --prefix=/usr \
  --sysconfdir=/etc/squid \
  --localstatedir=/var/spool/squid \
  --libexecdir=/usr/libexec/squid \
  --datadir=/usr/share/squid \
  --enable-removal-policies="heap" \
  --enable-delay-pools \
  --enable-useragent-log \
  --disable-wccp \
  --disable-wccpv2 \
  --enable-ssl \
  --enable-default-err-language=Italian \
  --enable-err-languages="English Italian" \
  --enable-epoll \
  --enable-http-violations \
  --disable-ident-lookups \
  --enable-auth="basic ntlm" \
  --enable-basic-auth-helpers="MSNT" \
  --enable-ntlm-auth-helpers="SMB" \
  i486-slackware-linux

CFLAGS="-O2" make all
Received on Thu Jul 27 2006 - 01:46:32 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Aug 01 2006 - 12:00:02 MDT