-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Compilation fails with --with-lmdb #2008
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
3.x
Related to ModSecurity version 3.x
Comments
Closed
If I checkout e0a0fa0, it compiles just fine. |
The fix is simple, I wonder why CI didn't catch this though. I'll check that. |
WGH-
added a commit
to WGH-/ModSecurity
that referenced
this issue
Jan 27, 2019
LMBD is not built by default since 6143eb9, so add explicit --with-lmdb configuration. Missing --with-lmdb build allowed a bug in PR owasp-modsecurity#2003 to pass through, causing issue owasp-modsecurity#2008.
WGH-
added a commit
to WGH-/ModSecurity
that referenced
this issue
Jan 27, 2019
Bug introduced in ad28de4. Fixes owasp-modsecurity#2008.
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When compiling with LMDB, compilation fails with an error regarding Regex
Logs and dumps
Output of:
Compilation error:
To Reproduce
Steps to reproduce the behavior:
Easily reproducible in a fresh Ubuntu 16.04 Docker container, but I imagine other distros are also affected.
docker run --rm -ti ubuntu:16.04 bash
Expected behavior
The expected behavior is the compilation completes successfully as it did before.
The text was updated successfully, but these errors were encountered: