should i install from source if i wanted to use libvmod-secdown

Roland RoLaNd r_o_l_a_n_d at hotmail.com
Tue Oct 21 20:53:52 CEST 2014


managed to figure things out, i will post it here for anyone who might end up facing the same newbie issue:

cd /opt/apt-get source varnish;cd varnish-3.0.5. autogen.sh ./configure --prefix=/usrmake

#  getting   varnish module secdown 
cd /opt/wget https://github.com/footplus/libvmod-secdown/archive/master.zipunzip master.zipcd libvmod-secdown. autogen.sh./configure VARNISHSRC=/opt/varnish-3.0.5/makemake install# remember where it saved its libraries, right now it got saved under : /usr/lib/x86_64-linux-gnu/varnish/vmods
cd /opt/varnish-3.0.5make checkmake install
# import it in varnish config, and use it as you may




From: r_o_l_a_n_d at hotmail.com
To: varnish-misc at varnish-cache.org
Subject: should i install from source if i wanted to use libvmod-secdown
Date: Tue, 21 Oct 2014 19:27:15 +0200




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


 		 	   		   		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-misc/attachments/20141021/e516cd73/attachment.html>


More information about the varnish-misc mailing list