geoip-vmod icon indicating copy to clipboard operation
geoip-vmod copied to clipboard

Update Installation Process

Open mexitek opened this issue 13 years ago • 2 comments

I am trying to follow the readme, but there is no configure file in directory. I tried to run ./configure.ac, but that doesn't work.

How can I install this on my machine (GNU/Linux)?

mexitek avatar Dec 12 '11 15:12 mexitek

Ensure you've installed automake (apt-get install automake) Run ./autogen.sh Then run ./configure VARNISHSRC=<your-path> VMODDIR=<your-path>

das-peter avatar Feb 11 '12 09:02 das-peter

Awesome, this would have saved me a lot of time. Maybe this should be added to the readme file.

I ended up using the C Library straight up. https://gist.github.com/1487597

mexitek avatar Feb 11 '12 13:02 mexitek