Closed eyebrows closed 7 years ago
4.0 is no longer supported.
That said, it should compile if you change $Method STRING .lookup(STRING path, IP ip)
to $Method STRING .lookup(STRING, IP)
in src/vmod.vcc.
I'd recommend you to upgrade to 4.1, however, since 4.0 is EOL.
Amazing, thank you! Figured out how to get Varnish 4.1 on (the default/official Debian apt source only had 4.0) and it now appears to be working!
Glad is solved.
Hello! Firstly thank you for making this mod, it's in use on our current live infrastructure and working like a charm (installed by my former sysadmin guy), but now I'm attempting to migrate to a Google Compute Engine VM I'm having some problems with installation.
We're on Debian 8.8, Varnish 4.0.2 (revision bfe7cd1, as part of OpenResty) and all the things from your Requirements section are (as best as I can tell) installed. Have cloned the git repo (just in to a sub-dir in my user dir),
./autogen.sh
doesn't appear to throw any errors,./configure
also appears fine, butmake
throws this:I've tried searching for various parts of those error messages but they all seem pretty generic, and I'm not having much luck. Does anything look obvious as a root cause to you?
Thanks