I've confirmed this issue. I'm guessing that nginx was compiled with the http_geoip_module included, which requires the GeoIP library. You can fix this issue by ensuring you have the GeoIP library first:
Code:
yum install geoip
If the GeoIP library isn't installed, you should add the EPEL repository through rpm and try again. Something like this:
32-bit:
Code:
rpm -Uvh http://download.fedora.redhat.com/pub/epel/6/i386/epel-release-6-5.noarch.rpm
[/code
64-bit:
[code]
rpm -Uvh http://download.fedora.redhat.com/pub/epel/6/x86_64/epel-release-6-5.noarch.rpm