Closed Rod-Gomes closed 6 years ago
Strange. Which varnish version (or revision if running from git) and which libvmod-geoip2 branch?
[~]# varnishd -V
varnishd (varnish-4.1.10 revision 1d090c5a08f41c36562644bafcce9d3cb85d824f)
Copyright (c) 2006 Verdens Gang AS
Copyright (c) 2006-2015 Varnish Software AS
I just run:
git clone --recursive https://github.com/fgsch/libvmod-geoip2
cd /libvmod-geoip2
./autogen.sh
./configure
make
As the README states:
For Varnish 4.1/5.x and 6.0 refer to the oldstable and master branches, respectively.
You are using master
, which is for 6.0. Please use oldstable
for 4.1.10.
Issue still relevant as oldstable
branch doesn't exist in this repository.
Sorry, varnish 4.1 is EOL and no longer supported.
I'm getting the following error after running
make
.