Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
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
Ran into another error while trying to compile nginx from source ./configure: error: the HTTP image filter module requires the GD library. You can either do not enable the module or install the libraries. This has a quick fix as…
The elusive latest version of OpenSSL, we finally meet. As everyone knows, CentOS does not always ship with the latest version of softwares. The core repo focuses more on stability rather than freshness. We recently needed to update OpenSSL on…