Closed duwenjun closed 7 years ago
Hi,
Apologies for the delayed response. Here is where your error lies:
ac_lua.cxx:11:21: warning: lua.h: No such file or directory
ac_lua.cxx:12:25: warning: lauxlib.h: No such file or directory
Please ensure that the Lua library header files are in your build path. This can typically be achieved by installing the dev package associated with Lua to your system (for example, liblua5.1-0-dev
on ubuntu).
PS. I've reformatted your initial comment for readability. In the future please use some markdown to make console output readable :)
Closing after no reply. Please feel free to re-open if necessary.
i have same issus,but i solve it.
yum install lua-devel
Hi There, Im getting the following error when trying to installing Lua-resty-waf that using "luarocks install lua-resty-waf"
Error: Build error: Failed building.
I'm hoping someone who can give me advice. Thanks.