Http_geo_module invalid option during compile!

Does nginx Geo module work on nginx ? I am getting the following error
during compiling nginx-1.4.7 with it :

./configure --with-http_mp4_module --with-http_flv_module
–with-http_geoip_module --with-http_geo_module
–sbin-path=/usr/local/sbin
–with-debug
./configure: error: invalid option “–with-http_geo_module”

On Mon, Jun 09, 2014 at 11:45:22AM +0500, shahzaib shahzaib wrote:

Does nginx Geo module work on nginx ? I am getting the following error
during compiling nginx-1.4.7 with it :

./configure --with-http_mp4_module --with-http_flv_module
–with-http_geoip_module --with-http_geo_module --sbin-path=/usr/local/sbin
–with-debug
./configure: error: invalid option “–with-http_geo_module”

./configure --help | grep geo

Some modules are default-excluded, and must be added with “–with-”;
some are default-included, and must be removed with “–without-”.

f

Francis D. [email protected]

./configure --help | grep geo
–with-http_geoip_module enable ngx_http_geoip_module
–without-http_geo_module disable ngx_http_geo_module

Alright, its enabled by default.

Thanks