Skip to content

Cannot find the module after compiling #38

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

Closed
Lud3rik opened this issue Jun 7, 2018 · 2 comments
Closed

Cannot find the module after compiling #38

Lud3rik opened this issue Jun 7, 2018 · 2 comments
Assignees
Labels

Comments

@Lud3rik
Copy link

Lud3rik commented Jun 7, 2018

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?

@victorhora victorhora self-assigned this Jun 21, 2018
@victorhora
Copy link
Collaborator

@Lud3rik Sorry for the long delay :(

Can you check if the issue persists by applying one of the patches below:

#29
#39
#20

Thanks for letting us know! :)

@zimmerle
Copy link
Contributor

zimmerle commented Sep 3, 2018

make sure that your platform is configured to read the library from the LIBRARY_PATH. Apache env or the platform, should be configured for that.

@zimmerle zimmerle closed this as completed Sep 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants