http_geo_module invalid option during compile !!

Francis Daly francis at daoine.org
Mon Jun 9 07:30:21 UTC 2014


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 Daly        francis at daoine.org



More information about the nginx mailing list