-
Notifications
You must be signed in to change notification settings - Fork 50
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
./configure fails... configure: error: ModSecurity libraries not found! #55
Comments
Having a look at: find_libmodsec.m4 I can see that the configure script looks like it can take an argument,
It seems like it found the modsecurity file, and finished correctly... The weird thing is, I'm not sure if I'm reading that file correctly, but it looks like that should already be the default value. I then noticed that it looks like:
(That's lines 9-17) Are the if/else statements the wrong way around? It looks like it's saying if the arguments given, stick in the fixed default value, otherwise use the (non-existent) variables to fill in the path..? Not sure if I'm reading that correctly, but that's how it looks to me. Could that be the cause? And it just so happens that when I put in a value, any value, for the |
Can you check if the approaches suggested here works for you? |
@zimmerle this patch allows
|
Pulling my hair out with this.
I built libmodsecurity from source, and it seems to of installed properly... Here's what I get:
Looks like it's installed...
That's where
https://github.com/SpiderLabs/ModSecurity-apache
is cloned to...Is what I get when trying to run the configure script.
Is there an option or something I should be passing somewhere to tell the Apache Connector where the
libmodsecurity
files are? If so, where is any of this documented?I'm very new to compiling C/C++, and haven't ever really done it before, so sorry if this is really basic stuff.
This is on Alpine, running in a Docker container.
Thanks!
The text was updated successfully, but these errors were encountered: