Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

Error: The GeoIP module requires the GeoIP library – Nginx / CentOS 7.3 Edit |

Yet another error while trying to compile nginx from source.

./configure: error: the GeoIP module requires the GeoIP library

The fix is simple, issue the following at shell:

yum install geoip-devel