Open bijancot opened 2 months ago
Found something regarding this issue. It's look like issue only appear when i using build from source modsecurity. all working well if i using package from repo.
Any other suggestion to solve this issue in case install and download from repos cannot be done some times?
Best Regards, bijancot
Hi @bijancot,
you should try to pass CFLAGS when you build Tengine and ModSecurity connector:
export CFLAGS="-I/usr/local/modsecurity/headers -L/usr/local/modsecurity/lib"
Thank's for the suggestion. Would try it soon
Hi guys, so i try to build nginx with mod security with command look like this :
but it always give me this error
i already follow the steps in repository and even execute steps that suggested like :
and this is the directory of modsecurity looks like :
any other suggestion regarding this issues?