maxmind/mod_maxminddb

OHS Compatibility

theiamdude opened this issue · 3 comments

I am trying to use this module with OHS (Oracle HTTP Server) which is based on Apache 2.4.

Is there any plan to provide the so file required to load the module in OHS? Or is there a way to generate an so file that I can use for the OHS install?

Hi,

You can generate a .so file in src/.libs by downloading a release and running ./configure and make (instead of make install) in the directory where you extract the archive. These instructions were adapted from https://github.com/maxmind/mod_maxminddb#from-a-named-release-tarball-recommended .

Thanks for that @nchelluri!! I will give that a go and let you know :)

Closing as this seems to have stalled.