Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

What is the correct way to use #4

Open
LarsMarin opened this issue Feb 14, 2013 · 1 comment
Open

What is the correct way to use #4

LarsMarin opened this issue Feb 14, 2013 · 1 comment

Comments

@LarsMarin
Copy link

After the Download und unzip the archive i start the installation with ./autogen.sh

But when I'm include secdown, then the varnish can't start. The include was not found. What ist wrong?

Thanks for help.

@ghost
Copy link

ghost commented Oct 21, 2014

Had the same issue as road runner, i thought i'd post a solution that worked for me on an ubuntu machine (this worked for me, i cannot guarantee that it will work for you nor am i responsible for its outcome. )

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

cd /opt/

cd /opt/
wget https://github.com/footplus/libvmod-secdown/archive/master.zip
unzip master.zip
cd libvmod-secdown
. autogen.sh
./configure VARNISHSRC=/opt/varnish-3.0.5/
make
make 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.5
make check
make install

go to your varnish config, import it and use it as you see fit.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant