We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to compile ModSecurity when directly downloading it directly from the master branch, but no luck yet.
Steps
sudo apt-get install git build-essential libtool autoconf automake libxml2 libxml2-dev libxml2-utils libaprutil1 libaprutil1-dev -y
git clone https://github.com/SpiderLabs/ModSecurity.git mod_security
cd mod_security
sudo ./autogen.sh
./configure --enable-standalone-module
make
Short error:
Long error: https://gist.github.com/hyperfocus1337/8803328
What am I missing? I prefer not to install Apache libraries to make this work.
The text was updated successfully, but these errors were encountered:
there is no workaround without apache2 dev libraries you need to install apache2-threaded(prefork)-dev
Sorry, something went wrong.
On Ubuntu 13.10 it's apache2-dev, and on 13.04 it appears to be apache2-threaded-dev. Thanks!
I use nginx and i found same error too.
on ubuntu 14-lts this should work apt install apache2-dev,
edit: i used "apache" & came around this issue, solved it by above fix.
Hi there,
Please use ModSecurity connector instead: https://github.com/SpiderLabs/ModSecurity-nginx
No branches or pull requests
Trying to compile ModSecurity when directly downloading it directly from the master branch, but no luck yet.
Steps
sudo apt-get install git build-essential libtool autoconf automake libxml2 libxml2-dev libxml2-utils libaprutil1 libaprutil1-dev -y
git clone https://github.com/SpiderLabs/ModSecurity.git mod_security
cd mod_security
sudo ./autogen.sh
./configure --enable-standalone-module
make
Short error:
Long error: https://gist.github.com/hyperfocus1337/8803328
What am I missing? I prefer not to install Apache libraries to make this work.
The text was updated successfully, but these errors were encountered: