maxmind / mod_maxminddb

MaxMind DB Apache Module
https://maxmind.github.io/mod_maxminddb/
Apache License 2.0
125 stars 28 forks source link

OHS Compatibility #68

Closed theiamdude closed 5 years ago

theiamdude commented 6 years ago

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?

nchelluri commented 6 years ago

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 .

theiamdude commented 5 years ago

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

oschwald commented 5 years ago

Closing as this seems to have stalled.