lua-users home
lua-l archive

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


A typical problem with root programs is environment variables. If you
are running Lua 5.2, you probably will want to use the '-E' option.
If you are running Lua 5.1, you probably will need to enclose your
program in an environment that takes care of LUA_INIT.

-- Roberto