OHS Compatibility
theiamdude opened this issue · 3 comments
theiamdude commented
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
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
Thanks for that @nchelluri!! I will give that a go and let you know :)
oschwald commented
Closing as this seems to have stalled.