-----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:[EMAIL PROTECTED]:/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:[EMAIL PROTECTED]:/squid login
  ...
  $ cvs -d :pserver:[EMAIL PROTECTED]:/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          [EMAIL PROTECTED]
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-----

Reply via email to