-
Notifications
You must be signed in to change notification settings - Fork 292
Build with lmdb #13
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
Build with lmdb #13
Conversation
Hi @p0pr0ck5, Thanks for you patch! There is something wrong with your build I think. lmdb should be linked to libmodsecurity.so directly. Like this one:
I am closing this pull request. Let's check your environment to identify what went wrong with the build scripts. |
Yeah, not sure what happened in my testing env. I think i had a problem with my libmodsec build not being cleanly pulled from upstream. Sorry for the extraneous PR! |
No problem, thank you for sending the patches and sharing the information, it may happens to others as well. |
Without this, building is broken! Not sure if this is the appropriate way to handle this, or if @LinuxJedi or @phantom-az have better approaches.