Well, i recommend get the file from squid-cache.org.. its squid-2.5.STABLE5.tar.gz, dont use the rpm format so that you can patch if anything comes up important.
After getting it, run tar -zxvf squid-2.5.STABLE5.tar.gz then cd to the squid-2.5.STABLE5 directory to where you extracted the files. Then ran this ./configure --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc/squid \ --build=LINUX --enable-FEATURE=YES --enable-dependency-tracking \ --enable-dlmalloc --enable-gnuregex --enable-carp --with-aufs-threads=10 \ --enable-aufs-threads=10 --enable-store-io=ufs,aufs,diskd --enable-wccp \ --enable-arp-acl --enable-ssl --with-dl --disable-hostname-checks \ --enable-cache-digests --enable-linux-netfilter --disable-ident-lookups \ --enable-removal-policies="heap" --enable-icmp --enable-delay-pools \ --enable-snmp --enable-cachemgr-hostname=ezekiel --enable-arp-acl \ --enable-htcp --with-coss-membuf-size --with-dl --with-aio \ --enable-poll --enable-linux-netfilter --enable-auth="basic" \ --enable-basic-auth-helpers="NCSA" --enable-stacktraces \ --enable-x-accelerator-vary --enable-underscores \ --enable-follow-x-forwarded-for *remember.. you can add or remove those options.. you can view other options by running ./configure --help after configure, run make make install service squid restart thats all ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 31, 2004 1:46 AM Subject: [squid-users] Squid upgrade > > > > > Greetings all , > > I have installed Red Hat Linux 9 with squid to be loaded by default. > It has Squid version 2.5 Stable 1. > Can anyone guide me to a detailed upgrade from Stable 1 to Stable 5. > I am thoroughly confused looking at the FAQ's. > > Thanks > > Ashish Uchil > >
