lua-users home
lua-l archive

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


It may be some C module that is being required. Edit your config file (/etc/luarocks/config-5.3.lua) and add the following:
use_fs_modules = false

Also, does simply running the intepreter segfaults? Can you try to get a stack trace by using gdb?