<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>managed to figure things out, i will post it here for anyone who might end up facing the same newbie issue:<div><br></div><div><br></div><div><div>cd /opt/</div><div>apt-get source varnish;</div><div>cd varnish-3.0.5</div><div>. autogen.sh </div><div>./configure --prefix=/usr</div><div>make</div><div><br></div><div><br></div><div>#  getting   varnish module secdown </div><div><br></div><div>cd /opt/</div><div>wget https://github.com/footplus/libvmod-secdown/archive/master.zip</div><div>unzip master.zip</div><div>cd libvmod-secdown</div><div>. autogen.sh</div><div>./configure VARNISHSRC=/opt/varnish-3.0.5/</div><div>make</div><div>make install</div><div># remember where it saved its libraries, right now it got saved under : /usr/lib/x86_64-linux-gnu/varnish/vmods</div><div><br></div><div>cd /opt/varnish-3.0.5</div><div>make check</div><div>make install</div><div><br></div><div># import it in varnish config, and use it as you may</div><div><br></div><div><br></div><div><br></div><div><br></div><br><div><hr id="stopSpelling">From: r_o_l_a_n_d@hotmail.com<br>To: varnish-misc@varnish-cache.org<br>Subject: should i install from source if i wanted to use libvmod-secdown<br>Date: Tue, 21 Oct 2014 19:27:15 +0200<br><br>

<style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}

--></style>
<div dir="ltr">All,<div><br></div><div>I have a new requirement which is to setup varnish with libvmod-secdown</div><div><br></div><div>After a lot of googling, i have a couple of questions that i got stuck on.</div><div><br></div><div>my questions are fairly simple and obviously newbie oriented as i come from windows/microsoft world.</div><div><br></div><div>If i wanted to use libvmod-secdown with my varnish installation, should i compile from source and include it somewhere ?</div><div><br></div><div>i tried using import secdown, but it's complaining that libvmod-secdown.so file doesn't exist</div><div><br></div><div>when i downloaded the secdown repo from github and used "autogen.sh" no .so file was generated </div><div><br></div><div>advice ? </div><div><br></div><div>once again, i hope all you experts don't get annoyed from my newbie sort of questions. </div><div><br></div><div><br></div><div><br></div>                                          </div></div></div>                                    </div></body>
</html>