Skip to content

OEL 6 compile error #1408

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
joshgibs opened this issue May 5, 2017 · 1 comment
Closed

OEL 6 compile error #1408

joshgibs opened this issue May 5, 2017 · 1 comment
Assignees

Comments

@joshgibs
Copy link

joshgibs commented May 5, 2017

I get the following compile error:

mod_security2.c: In function ‘hook_connection_early’:
mod_security2.c:1455: error: ‘sb_handle’ undeclared (first use in this function)
mod_security2.c:1455: error: (Each undeclared identifier is reported only once
mod_security2.c:1455: error: for each function it appears in.)
mod_security2.c:1455: error: ‘sbh’ undeclared (first use in this function)
mod_security2.c:1487: error: ‘APLOG_TRACE3’ undeclared (first use in this function)
make[2]: *** [mod_security2_la-mod_security2.lo] Error 1
make[2]: Leaving directory /home/nginx/spiderlabs/ModSecurity/apache2' make[1]: *** [all] Error 2 make[1]: Leaving directory /home/nginx/spiderlabs/ModSecurity/apache2'
make: *** [all-recursive] Error 1

@victorhora
Copy link
Contributor

This is related with the merge of #1340. The patch should be working good with Apache 2.4 but its breaking on Apache 2.2.

There's already a fix on the way as pointed out at #1407 and I'm going to close the one so we can handle related problems on #1407. Feel free to add your comments there and keep following it for an update.

@victorhora victorhora self-assigned this May 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants