lua-users home
lua-l archive

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


* ss s.:

>>>> luajit: unknown luaJIT command or jit.* modules not installed
>
> I don't know why? anyboby who can tell me how to solve the problem? is there
> some compile options should be checked?

The "jit" directory must be located somewhere in LuaJIT's search path.
What does this command show?

 luajit -e "print(package.path)"