lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Nov 14, 2007 12:11 AM, Tim Johnson <tim@johnsons-web.com> wrote:
> I have Lua 5.1.2 installed on Kubuntu 7.10 (gutsy).
> I'm interested in installing kepler.
> Running configure for kepler gives me a message saying that
> I need a "LuaBinaries-compliant build of Lua".

Actually, you can use vanilla Lua. Make sure lua is in your path and
use --lua-suffix= (with nothing after the = sign) so that configure
looks for "lua" and not "lua5.1".

Hope that helps,

-- Hisham