Here are some notes about installing LuaRocks 3.1.0.
1) Could you please NOT default to lua-5.4 if found, unless overridden by the installer (or no other Lua version is found). I have Lua 5.1, Lua 5.2, Lua 5.3 and Lua 5.4 interpreters installed, but my day-to-day version I use is Lua 5.3. Lua 5.4 is still a work-in-progress and hasn't been formally released yet. 2) Could you look for '/usr/local/include/lua.h' in addtion to the other locations? '/usr/local/include' is still the default location Lua installs the headers. 3) I did a "./configure --prefix=/home/spc/.luarocks --with-lua=/usr/local/include" and received the following error: Error: Failed finding Lua header files. You may need to install them or configure LUA_INCDIR. Um ... I just told you where to locate the headers. It got confused because I have '/usr/local/bin/lua' (Lua 5.3) AND ~/bin/lua-51, ~/bin/lua-52, ~/bin/lua-53 and (until I deleted just to get this installed) ~/bin/lua-54. Perhaps my setup is unique. -spc (finally got it installed and working though ... ) _______________________________________________ Luarocks-developers mailing list Luarocks-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/luarocks-developers