Hi Dino,
On Mon, Dec 30, 2019 at 04:52:49PM +0000, Dino Edwards via mod-security-users wrote:
> Yes, that would be the OWASP ModSecurity Core Rule Set. Using the latest version I pulled from Github, so it would be 3.2.0. I was not aware that it had to be compiled. I simply ran the following:
CRS is relevant only because it uses @geoLookup operator.
The ModSecurity-nginx connector isn't relevant from point of this issue.
Could you show us the full command line what you tried to
compile, and its output?
I mean the full
./configure ... ... all-of-your-option
and the full configure script summary.
Also need to see this output:
$ ldd /path/to/your/shared/object | grep -i "\(geoip\|maxmin\)"
Here is mine:
$ ldd /usr/lib/libmodsecurity.so.3.0.3 | grep -i "\(geoip\|maxmin\)"
libGeoIP.so.1 => /usr/lib/x86_64-linux-gnu/libGeoIP.so.1 (0x00007fef67c3d000)
libmaxminddb.so.0 => /usr/lib/x86_64-linux-gnu/libmaxminddb.so.0 (0x00007fef677be000)
Regards,
a.
|