Skip to content

Cannot find the module after compiling #38

Closed
@Lud3rik

Description

@Lud3rik

Hello,

This is what I did :

I first compiled libmodsecurity in /usr/local/httpd-2.4.33 and edited the configure to find libmodsecurity

Here is my script

export LIBRARY_PATH=/usr/local/httpd-2.4.33/lib/
cd /somepath/ModSecurity-apache-master
./autogen.sh
./configure --with-apxs=/usr/local/httpd-2.4.33/bin/apxs --with-libmodsecurity=/usr/local/httpd-2.4.33
make -j4
make install

So now I can't find the module and I don't know how to install it with apache

Can you help please?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions