lua http installation failing with lua 5.3 #188
-
This is probably not a bug/ some mistake on my side, still reporting if someone can clarify
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
@daurnimator any ideas/suggestions what might be going wrong here ? |
Beta Was this translation helpful? Give feedback.
-
Hi, I think you need to install liblua5.3-dev to get the header files. The reason it works for Lua5.1 is because the LuaRocks installation pull in liblua5.1-dev files. |
Beta Was this translation helpful? Give feedback.
-
@atibdialpad as Russell notes; you need lua headers installed. on debian based distros you can usually find them in the liblua5.x-dev package for your lua version. |
Beta Was this translation helpful? Give feedback.
Hi,
I think you need to install liblua5.3-dev to get the header files.
sudo apt install liblua5.3-dev
.The reason it works for Lua5.1 is because the LuaRocks installation pull in liblua5.1-dev files.