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