On Mon, 16 May 2011 19:45:37 -0400, Farokh Irani wrote:
OK, I got the 3.1.12.1 source and the 3.2.0.7 source. After a bunch
of digging, searching and guessing, I came up with the following set
of arguments for ./configure (I need SSL support):
--with-openssl --program-suffix=3 --prefix=/usr --localstatedir=/var
--libexecdir=${prefix}/lib/squid --srcdir=.
--datadir=${prefix}/share/squid --sysconfdir=/etc/squid
http://wiki.squid-cache.org/KnowledgeBase/Ubuntu
or
http://wiki.squid-cache.org/SquidFaq/CompilingSquid#Debian.2C_Ubuntu
3.1.12.1 compiled fine, although I've run into an issue with a
logformat line in my config, but I'll sort that out in time.
"squid -k parse" should say what to do about that. If not let me know
which logformat option it was.
3.2.0.7 on the other hand fails to compile. Is there someplace
specific I should report this?
That would be the squid-dev mailing list, after checking
http://bugs.squid-cache.org/ for the particular compile fault. 3.2.0.7
tarball has a few known on Ubuntu which are supposedly fixed in the
snapshot tarball but not yet finished testing.
Amos