|
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