March 29, 2024, 06:22:58 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: recompile and reinstall Squid to run transparent proxy  (Read 3930 times)

Offline amnyarku

  • Linux Noob !
  • *
  • Posts: 6
recompile and reinstall Squid to run transparent proxy
« on: April 29, 2005, 12:49:26 PM »
Hi

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

Thank U

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
recompile and reinstall Squid to run transparent proxy
« Reply #1 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