<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {mso-style-priority:99;
        mso-style-link:"Plain Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.5pt;
        font-family:Consolas;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.PlainTextChar
        {mso-style-name:"Plain Text Char";
        mso-style-priority:99;
        mso-style-link:"Plain Text";
        font-family:Consolas;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>> I figured out that I need to pick up the 3.0 version of Varnish to pick up<o:p></o:p></p><p class=MsoNormal>> the fix for trac bug #411.  But I’m running into a problem when I try the<o:p></o:p></p><p class=MsoNormal>> procedure described here:<o:p></o:p></p><p class=MsoNormal>><o:p> </o:p></p><p class=MsoNormal>> https://www.varnish-cache.org/installation/ubuntu<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>As indicated on that page, Varnish only provides deb packages for the LTS releases of Ubuntu.  Maverick is not an LTS release.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><div class=MsoNormal align=center style='text-align:center'><hr size=2 width="100%" align=center></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Ben,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Thanks – now I know what an LTS release is.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I also tried building from source but ran into a problem.  I followed the instructions here<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><a href="https://www.varnish-cache.org/docs/trunk/installation/install.html#compiling-varnish-from-source">https://www.varnish-cache.org/docs/trunk/installation/install.html#compiling-varnish-from-source</a><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Made sure I had all the dependencies satisfied, then ran autogen.sh, configure, and make.  But the make fails with the following:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal style='margin-left:.5in'>make[4]: Entering directory `/home/jstroomer/downloads/varnish/varnish-3.0.0/lib/libvarnish'<o:p></o:p></p><p class=MsoNormal style='margin-left:.5in'>/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include     -DVARNISH_STATE_DIR='"/usr/local/var/varnish"' -g -O2 -pthread -Wextra -Wno-missing-field-initializers -Wno-sign-compare -MT libvarnish_la-version.lo -MD -MP -MF .deps/libvarnish_la-version.Tpo -c -o libvarnish_la-version.lo `test -f 'version.c' || echo './'`version.c<o:p></o:p></p><p class=MsoNormal style='margin-left:.5in'>libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -DVARNISH_STATE_DIR=\"/usr/local/var/varnish\" -g -O2 -pthread -Wextra -Wno-missing-field-initializers -Wno-sign-compare -MT libvarnish_la-version.lo -MD -MP -MF .deps/libvarnish_la-version.Tpo -c version.c  -fPIC -DPIC -o .libs/libvarnish_la-version.o<o:p></o:p></p><p class=MsoNormal style='margin-left:.5in'>version.c:37: fatal error: vcs_version.h: No such file or directory<o:p></o:p></p><p class=MsoNormal style='margin-left:.5in'>compilation terminated.<o:p></o:p></p><p class=MsoNormal style='margin-left:.5in'>make[4]: *** [libvarnish_la-version.lo] Error 1<o:p></o:p></p><p class=MsoNormal style='margin-left:.5in'>make[4]: Leaving directory `/home/jstroomer/downloads/varnish/varnish-3.0.0/lib/libvarnish'<o:p></o:p></p><p class=MsoNormal style='margin-left:.5in'>make[3]: *** [all] Error 2<o:p></o:p></p><p class=MsoNormal style='margin-left:.5in'>make[3]: Leaving directory `/home/jstroomer/downloads/varnish/varnish-3.0.0/lib/libvarnish'<o:p></o:p></p><p class=MsoNormal style='margin-left:.5in'>make[2]: *** [all-recursive] Error 1<o:p></o:p></p><p class=MsoNormal style='margin-left:.5in'>make[2]: Leaving directory `/home/jstroomer/downloads/varnish/varnish-3.0.0/lib'<o:p></o:p></p><p class=MsoNormal style='margin-left:.5in'>make[1]: *** [all-recursive] Error 1<o:p></o:p></p><p class=MsoNormal style='margin-left:.5in'>make[1]: Leaving directory `/home/jstroomer/downloads/varnish/varnish-3.0.0'<o:p></o:p></p><p class=MsoNormal style='margin-left:.5in'>make: *** [all] Error 2<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Any thoughts?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Jeff<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>