How to build the squid/3p2-ecap branch?

Asked by Stu

Hello

Forgive me if this is a simple question.

I have installed libecap-0.2 then run this command 'bzr branch lp:~rousskov/squid/3p2-ecap' and followed the INSTALL file.
However there is no configure script.

So I tried the commands autoconf and automake, which generated the configure script after printing loads of errors. The trying to run the configure it prints 'cannot find install-sh, install.sh, or shtools in cfgaux "."/cfgaux.

Any ideas how I build this branch of squid, I'm need to use libecap0.2.

Thank you

Question information

Language:
English Edit question
Status:
Solved
For:
eCAP Edit question
Assignee:
No assignee Edit question
Solved by:
Alex Rousskov
Solved:
Last query:
Last reply:
Revision history for this message
Best Alex Rousskov (rousskov) said :
#1

To bootstrap Squid bzr sources, run ./bootstrap.sh. If you see errors, your environment is not ready for bootstrapping and you probably need to install more autotools or different versions of autotools, which may be difficult.

To avoid bootsrapping, try Squid3 trunk/HEAD daily snapshots. They are bootsrapped and support libecap v0.2.0:
http://www.squid-cache.org/Versions/v3/3.HEAD/

For more information about Squid eCAP support, including supported libecap version information, please see http://wiki.squid-cache.org/Features/eCAP

Revision history for this message
Stu (stuartuxbridge) said :
#2

Thanks Alex Rousskov, that solved my question.