On Apr 13, 2011, at 7:19 AM, yogii wrote:

> should i compile or not? which is better? how i install manually with
> ./configure and option on ./configure command?

without getting into all of the options,

here is a sample of how I configure for my osx systems.

#3.1.11
curl -O  http://www.squid-cache.org/Versions/v3/3.1/squid-3.1.11.tar.gz
gunzip squid-3.1.11.tar.gz
tar -xvf squid-3.1.11.tar
cd squid-3.1.11


./configure *
make
make install


* sample of my configure file
./configure --enable-icmp --enable-storeio=diskd,ufs,aufs --enable-delay-pools 
--disable-htcp --enable-ssl --enable-ipfw-transparent --enable-snmp 
--enable-underscores --enable-basic-auth-helpers=NCSA,LDAP,getpwnam 
--with-filedescriptors=1024

hope this helps
-j

Reply via email to