PDA

View Full Version : [ubuntu] Squid 3.0 STABLE19 for Ubuntu



pcirne
October 1st, 2009, 04:13 PM
Hi,

I'm looking for the binaries packages of Squid 3.0 STABLE19, does any one know where I can find them for Ubuntu 9.04?

Thank you very much!

Pedro

realzippy
October 1st, 2009, 04:17 PM
Here you go:

http://www.squid-cache.org/Versions/v3/3.0/squid-3.0.STABLE19.tar.bz2

Assuming the file is on your desktop,rightclick the file,choose "unpack here"
Open a terminal,type:

sudo apt-get install build-essential

cd Desktop
cd squid-3.0.STABLE19/
./configure
make
sudo make install

pcirne
October 1st, 2009, 04:33 PM
Hi,

I'm looking for the binaries not the sources packages :)

Pedro

realzippy
October 1st, 2009, 04:38 PM
Hi,

I'm looking for the binaries not the sources packages :)

Pedro

..after compiling in /sbin ?

http://packages.debian.org/search?searchon=sourcenames&keywords=squid :
Source Package squid3

* etch (web): 3.0.PRE5-5+etch1
Binary packages: squid3, squid3-cgi, squid3-client, squid3-common
* etch-m68k (web): 3.0.PRE5-5
Binary packages: squid3, squid3-cgi, squid3-client, squid3-common
* lenny (web): 3.0.STABLE8-3+lenny2
Binary packages: squid3, squid3-cgi, squid3-common, squidclient
* squeeze (web): 3.0.STABLE19-1
Binary packages: squid3, squid3-cgi, squid3-common, squid3-dbg, squidclient
* sid (web): 3.0.STABLE19-1
Binary packages: squid3, squid3-cgi, squid3-common, squid3-dbg, squidclient
* experimental (web): 3.1.0.14-2
Binary packages: squid3, squid3-cgi, squid3-common, squid3-dbg, squidclient

eugenevdm
September 5th, 2010, 04:17 PM
I also had this question for ages.

Check packages.ubuntu.com search for "squid3".

If you want to be brave check out http://packages.ubuntu.com/source/maverick/squid3 contains Squid 3.1 binaries.