Re: so what is involved in calling squid-3.0 'stable'?

From: Tres Seaver <tseaver@dont-contact.us>
Date: Tue, 25 Apr 2006 12:37:52 -0400

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Duane Wessels wrote:
>> My own criteria: be able to deploy Squid3 with ESI as a reverse
>> accelarator under real load without it falling over (I don't run Squid
>> as a forward-cache at all).
>>
>> Can somebody point to a current "how to help with Squid3 development"
>> document? E.g., I don't even know how to get a current checkout any
>> longer (arch / bzr / cvs, whatever).
>
>
> You can get daily tarball snapshots from
> http://www.squid-cache.org/Versions/v3/3.0/
>
> If you would rather, you can also use CVS
>
> # export CVSROOT=:pserver:anoncvs@cvs.squid-cache.org:/squid
> # cvs login (anoncvs/anoncvs)
> # cvs checkout squid3
>
> See also http://dokuwiki.squid-cache.org/dev/cvsinstructions
>
> If you utilize CVS then you have to run 'bootstrap.sh' from the
> top directory to create all the Makefile.in's. This gets a little
> yucky because numerous and certain autotools packages are necessary.
> Also you may have to run bootstrap.sh from time to time as you
> develop, ie if you have a yet-uncommitted Makefile.am change.

Thanks, I was able to get a checkout built. I'm running Ubuntu Breezy,
and so had to install a suitably-recent automake (the default for
Ubunutu is 1.4; I installed 'automake1.9'):

  $ cd ~/projects
  $ cvs -d :pserver:anoncvs@cvs.squid-cache.org:/squid login
  ...
  $ cvs -d :pserver:anoncvs@cvs.squid-cache.org:/squid co \
    -d squid3-trunk squid3
  ...
  $ cd squid3-trunk
  $ ./bootstrap.sh
  ...
  $ ./configure \
    --disable-inline --enable-esi --enable-x-accelerator-vary
  ...
  $ make check
  ...

And all tests pass except some down in the bowels of the 'cppunit'
stuff. I haven't yet tried to run the Squid as an accelerator, but will
play with that later this week.

Tres.
- --
===================================================================
Tres Seaver +1 202-558-7113 tseaver@palladion.com
Palladion Software "Excellence by Design" http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFETlBg+gerLs4ltQ4RAvkdAKCw07IlESFI9MTYdKn+PJlp6J/0QQCglNZm
ELIBhphdDVRiYuaH14ojSDA=
=BdJo
-----END PGP SIGNATURE-----
Received on Tue Apr 25 2006 - 12:48:25 MDT

This archive was generated by hypermail pre-2.1.9 : Mon May 01 2006 - 12:00:03 MDT