leed25d / geoip-vmod

A GeoIp module for varnish
Other
29 stars 25 forks source link

Update Installation Process #1

Open mexitek opened 12 years ago

mexitek commented 12 years ago

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)?

das-peter commented 12 years ago

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

mexitek commented 12 years ago

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