Skip to content

Conversation

defanator
Copy link
Contributor

In particular, on CentOS 7.3.1611 building libmodsecurity with default configure options ends up with failure while compiling src/engine/lua.cc, while config.log states that Lua was disabled:

$ ./configure
[..]
configure: LUA library found at: /usr/lib64//liblua.so
configure: LUA headers found at: /usr/include
configure: LUA version from includes: 501
configure: using LUA -llua
configure: LUA 5.1 was found and it is not currently supported on libModSecurity. LUA_VERSION: 501. LUA build disabled.
[..]
   + LUA                                           ....disabled
[..]

$ grep "^LUA_" Makefile
LUA_CFLAGS = -DWITH_LUA -DWITH_LUA_5_1 -I/usr/include
LUA_DISPLAY = -llua -L/usr/lib64/, -DWITH_LUA -DWITH_LUA_5_1 -I/usr/include
LUA_FOUND = 2
LUA_LDADD = -llua
LUA_LDFLAGS = -L/usr/lib64/

In particular, on CentOS 7.3.1611 building libmodsecurity with
default configure options ends up with failure while compiling
src/engine/lua.cc, while config.log states that Lua was disabled.
@victorhora victorhora merged commit e671235 into owasp-modsecurity:v3/master Feb 14, 2018
@victorhora
Copy link
Contributor

Merged! Thank you =)

@defanator defanator deleted the v3/skip_lua51 branch March 21, 2018 11:23
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

Successfully merging this pull request may close these issues.

2 participants