Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Proxy Server Support => Topic started by: amnyarku on April 29, 2005, 12:49:26 PM

Title: recompile and reinstall Squid to run transparent proxy
Post by: amnyarku on April 29, 2005, 12:49:26 PM
Hi

Somebody help me to recompile my squid to run in transparent mode

Thank U
Title: recompile and reinstall Squid to run transparent proxy
Post by: Ricky on May 08, 2005, 10:07:18 AM
That is simple..
you have to first make sure that no squid is intalled already on your system. then get latest squid package.. for now the stable one is : http://www.squid-cache.org/Versions/v2/2.5/squid-2.5.STABLE9.tar.gz

then extract those file.

now you have to do following..
Code: [Select]
# enabling the transparent proxy feature during compliation.
./configure --enable-linux-netfilter
 # then make
make
 # then make install
make install