Code: Select all
checking for lua5.2... no
configure: WARNING: No package 'lua5.2' found, trying lua 5.1 instead
checking for lua5.1... no
configure: WARNING: No package 'lua5.1' found, trying lua >= 5.1 instead
checking for lua >= 5.1... no
configure: WARNING: No package 'lua' found, trying manual detection instead
checking lua.h usability... no
checking lua.h presence... no
checking for lua.h... no
checking lauxlib.h usability... no
checking lauxlib.h presence... no
checking for lauxlib.h... no
checking lualib.h usability... no
checking lualib.h presence... no
checking for lualib.h... no
checking for luaL_newstate in -llua5.2 ... no
checking for luaL_newstate in -llua5.1 ... no
checking for luaL_newstate in -llua51 ... no
checking for luaL_newstate in -llua ... no
configure: error: Could not find lua. Lua is needed for some interfaces (rc, telnet, http) as well as many other custom scripts. Use --disable-lua to ignore this error.
Note as mentioned in other posts -- 4.0-dev compiles easily but we are trying to build a 3.0.8 on a mac for testing purposes. Thanks.